From 295fcf03c684bafe49faac5b42eba213073fd1cd Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 11 Jul 2002 06:50:52 +0000 Subject: [PATCH] Document disable_functions directive. Close bug #15088. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88301 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/chapters/config.xml b/chapters/config.xml index 54348e18c8..30d411ccb9 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -252,6 +252,25 @@ disables auto-prepending. + + + disable_functions + string + + + + This directive allows you to disable certain functions for + security reasons. It takes + on a comma-dilimited 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. + + + + display_errors