yohgaki Sat Jul 13 05:04:11 2002 EDT Modified files: /phpdoc/en/chapters config.xml Log: Added note for php_value, php_admin_value limitation. Index: phpdoc/en/chapters/config.xml diff -u phpdoc/en/chapters/config.xml:1.63 phpdoc/en/chapters/config.xml:1.64 --- phpdoc/en/chapters/config.xml:1.63 Thu Jul 11 05:31:03 2002 +++ phpdoc/en/chapters/config.xml Sat Jul 13 05:04:11 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.63 $ --> +<!-- $Revision: 1.64 $ --> <chapter id="configuration"> <title>Configuration</title> @@ -142,6 +142,20 @@ ]]> </programlisting> </example> + <note> + <para> + Some ini directives have special initilization handler. Changing + these ini values from Apache configuration file may result in + unexpected behavior. For example, <systemitem + role="directive">error_reporting</systemitem> has special + handler translate error level constant expression to integer + value, changing value using <literal>E_ALL</literal>, + <literal>E_NOTICE</literal> will not work for <systemitem + role="directive">error_reporting</systemitem>. Users must + specify integer value for <systemitem + role="directive">error_reporting</systemitem> to make it work. + </para> + </note> </para> <simpara>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php