屏蔽phpinfo() 函数
发布:liao | 发布时间: 2008年2月23日有朋友问我怎么样屏蔽phpinfo() 函数,今天在这说下,希望对大家有所帮助!
在 php.ini 配置文件里面有这个选项
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.
写成
disble_functions = phpinfo
- 相关文章:
在PHP中的日期及时间 (2008-2-1 22:11:5)
用MySQL和PHP创建XML (2008-2-1 22:8:38)
用php怎么样读取xml数据 (2008-2-1 22:7:0)
PHP程序防盗链程序 (2008-2-1 22:3:47)
用PHP对文件和目录的操作方法 (2008-1-22 11:38:5)
php正则表达式 (2008-1-22 11:35:48)
PHP图片验证码类 (2008-1-22 11:33:25)
在PHP中使用灵巧的体系结构(摘) (2008-1-19 23:27:13)
php二级联动菜单 (2008-1-12 9:29:55)
发表评论
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。





