From 99346c6afcb20430297c49402965a214703b65b6 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Sat, 13 Jul 2002 09:04:11 +0000 Subject: [PATCH] Added note for php_value, php_admin_value limitation. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88588 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/chapters/config.xml b/chapters/config.xml index 8dee6bd328..800c98d042 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -142,6 +142,20 @@ include_path = ".;c:\php\lib" ]]> + + + Some ini directives have special initilization handler. Changing + these ini values from Apache configuration file may result in + unexpected behavior. For example, error_reporting has special + handler translate error level constant expression to integer + value, changing value using E_ALL, + E_NOTICE will not work for error_reporting. Users must + specify integer value for error_reporting to make it work. + +