mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
3a8c96d951
commit
0cd6b030a5
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue