diff --git a/appendices/ini.xml b/appendices/ini.xml index 87dd1b3434..d57bba536b 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -3909,16 +3909,21 @@ auto_prepend_file=security.php 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. - - + + + Only internal functions can + be disabled using this directive. User-defined functions + are unaffected. + + This directive must be set in &php.ini; For example, you cannot set this in &httpd.conf;. - +