From 657ad15f6e348ca21663a01d2c21f12f16cb7499 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 9 Aug 2010 10:12:15 +0000 Subject: [PATCH] Fix doc bug #52537 (disable_functions doesn't disable user-defined functions). Additionally, switched the disable_functions documentation to use para instead of simpara so that we actually get paragraphs in the rendered output. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302027 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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;. - +