View Single Post
  #4 (permalink)  
Old 06-20-2009, 03:39 PM
fineline fineline is offline
Registered User
 
Join Date: Apr 2006
Posts: 23
fineline is on a distinguished road
Read the PHP manual....

disable_functions string
This directive allows you to disable certain functions for security reasons. It takes on a comma-delimited list of function names. disable_functions is not affected by Safe Mode. This directive must be set in php.ini For example, you cannot set this in httpd.conf.
Reply With Quote