integrate note and fix bug #23663

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127674 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andy Lindeman 2003-05-19 02:32:15 +00:00
parent 3a8c96d951
commit 0cd6b030a5

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.101 $ -->
<!-- $Revision: 1.102 $ -->
<chapter id="configuration">
<title>Configuration</title>
@ -120,6 +120,12 @@ php_value auto_prepend_file none
</programlisting>
</informalexample>
</para>
<note>
<simpara>
Don't use <literal>php_value</literal> to set boolean values.
<literal>php_flag</literal> (see below) should be used instead.
</simpara>
</note>
</listitem>
</varlistentry>
<varlistentry>