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