PHP Warning: disable the phpinfo () has been disabled function

Source: Internet
Author: User
Tags ini phpinfo


The following prompt appears when running phpinfo:


PHP Warning: phpinfo () has been disabled for security reasons in XX. php on line XX

This section tells us that the phpinfo () function is disabled due to security considerations. If you have the server management permission, modify the parameters of the php. ini configuration file and restart apache to re-enable it.

Open the php installation path and open the php. Ini file.

Specific instance

In php. in ini, the disable_functions configuration exists. In the default configuration, the cli execution function is disabled. If necessary, you must go to php. in ini, disable_functions = phpinfo, exec, popen, system .... , Remove the functions you want to execute from the list and restart apache.

Configuration issues.

Solution in linux

Edit the PHP configuration file:

Vi/usr/local/php/etc/php. ini

Search for the disable_functions string and delete the scandir (Note: Enter/in the search mode under vi to easily find disable_functions)

Restart PHP to take effect

/Etc/init. d/php-fpm restart

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.