Home  >  Article  >  Backend Development  >  How to block the phpinfo() function (conversion)_PHP tutorial

How to block the phpinfo() function (conversion)_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 10:59:42968browse

Published in: China PHP Alliance www.phpx.com Author/Source: php2000/www.php2000.com Popularity: 6
How to block the phpinfo() function?
December 11, 2000
There is this option in the php.ini configuration file
disable_functions = ; This directive allows you to disable certain
; functions for security reasons. It receives
; a comma separated list of function names.
; This directive is *NOT* affected by whether
; Safe Mode is turned on or off.
is written as
disble_function = phpinfo

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/631877.htmlTechArticlePublished in: China PHP Alliance www.phpx.com Author/Source: php2000/www.php2000.com Popularity: 6 How to block the phpinfo() function? December 11, 2000 There is this in the php.ini configuration file...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn