mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
7db58cc079
commit
453bc9c8d7
1 changed files with 15 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue