Document zend.multibyte

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312730 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2011-06-30 20:22:13 +00:00
parent 8888c9528e
commit 2576fe1221

View file

@ -3525,6 +3525,12 @@
<entry>PHP_INI_ALL</entry>
<entry>Available since PHP 5.0.0. Removed in PHP 5.3.0.</entry>
</row>
<row>
<entry><link linkend="ini.zend.multibyte">zend.multibyte</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_PERDIR</entry>
<entry>Available since PHP 5.4.0.</entry>
</row>
<row>
<entry><link linkend="ini.zend-extension">zend_extension</link></entry>
<entry>NULL</entry>
@ -3785,6 +3791,12 @@ auto_prepend_file=security.php
<entry>PHP_INI_ALL</entry>
<entry>Available since PHP 5.0.0. Removed in PHP 5.3.0</entry>
</row>
<row>
<entry>zend.multibyte</entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
<entry>Available since PHP 5.4.0</entry>
</row>
<row>
<entry>detect_unicode</entry>
<entry>"1"</entry>
@ -4010,6 +4022,18 @@ auto_prepend_file=security.php
</listitem>
</varlistentry>
<varlistentry xml:id="ini.zend.multibyte">
<term>
<parameter>zend.multibyte</parameter>
<type>boolean</type>
</term>
<listitem>
<para>
Enables parsing of source files in multibyte encodings.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.detect-unicode">
<term>
<parameter>detect_unicode</parameter>