Page 1 of 1
How to stop certain functions in PHP ?
Posted: Mon Jan 13, 2003 8:36 pm
by Pakcik_Kantin
My machine will be parked in my datacenter at my host company. I'd like to stop certain functions in my PHP such as phpinfo() and others. How can i do that
TQ
Posted: Mon Jan 13, 2003 9:04 pm
by Elmseeker
look for this in your php.ini
disable_functions =
Here is it's description:
; This directive allows you to disable certain functions for security reasons.
; It receives a comma-delimited list of function names. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
Ok tq
Posted: Tue Jan 14, 2003 7:43 am
by Pakcik_Kantin
Thanks found it