How to block the phpinfo () function. This option is available in the php. ini configuration file: disable_functions; Thisdirectiveallowsyoutodisablecertain; functionsforsecurityreasons. Itreceives; acommaseparatedli has this option in the php. ini configuration file.
Disable_functions =; This directive allows you to disable certain
; Functions for security reasons. It has es
; A comma separated list of function names.
; This directive is * NOT * affected by whether
; Safe Mode is turned on or off.
Write
Disble_function = phpinfo
This option disable_functions =; This directive allows you to disable certain; functions for security reasons. It has es; a comma separated li...
Related articles:
Why does phpinfo () remain unchanged after php. ini is modified?
Use PHPINFO to implement the PHP configuration Statistics process
Differences between the Local Value (Local variable) Master Value (main variable) in phpinfo