[PHP] How to disable some functions?

2001-02-28 Thread Batonik
Hi, I've heard that it is possible, for security reasons, to disable such functions like phpinfo(). How can I do this? Greets, Batonik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] How to disable some functions?

2001-02-28 Thread Philip Reynolds
Batonik's [[EMAIL PROTECTED]] 15 lines of wisdom included: :Hi, : : I've heard that it is possible, for security reasons, to disable :such functions like phpinfo(). How can I do this? You can edit the sources... PHP4: $PHP_BASE_DIR/ext/standard/basic_functions.c You're looking for a

Re: [PHP] How to disable some functions?

2001-02-28 Thread Steve Edberg
At 4:54 PM + 2/28/01, Philip Reynolds wrote: Batonik's [[EMAIL PROTECTED]] 15 lines of wisdom included: :Hi, : : I've heard that it is possible, for security reasons, to disable :such functions like phpinfo(). How can I do this? You can edit the sources... PHP4: