> Does anybody know how to disable php build-int function: phpinfo()? Or, it
> cannot be disabled?
> Because this function display so much information about the server to
> others.

It only displays this if you call the function, and every bit of
information is available through other means anyway so I don't see you
gaining anything by turning it off.  But sure, you can disable it by
putting:

disable_functions = phpinfo

In your php.ini file.

-Rasmus


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to