Document --enable-zend-multibyte in configure

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304661 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2010-10-23 13:58:42 +00:00
parent 7db58cc079
commit 453bc9c8d7

View file

@ -64,6 +64,21 @@
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.enable-zend-multibyte">
<term>
<option role="configure">--enable-zend-multibyte</option>
</term>
<listitem>
<para>
Enables multibyte code in the language parser and scanner to
be executed. When PHP is compiled with this option, it also
enables the
<link linkend="control-structures.declare.encoding">encoding</link>
directive in the
<link linkend="control-structures.declare">declare</link> construct.
</para>
</listitem>
</varlistentry>
</variablelist>
</sect3>