mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Clarify the mbstring.func_overload documentation, specifically where it can be
changed. Fixes doc bug #49189 (mbstring.func_overload can not be changed out of php.ini). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328314 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
053ec3fe68
commit
57ec267b58
1 changed files with 6 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
|||
<entry>"neutral"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>
|
||||
Available since PHP 4.3.0.; PHP_INI_PERDIR in PHP <= 5.2.6
|
||||
Available since PHP 4.3.0. PHP_INI_PERDIR in PHP <= 5.2.6
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -65,8 +65,8 @@
|
|||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>
|
||||
PHP_INI_SYSTEM in PHP <= 4.2.3; PHP_INI_SYSTEM | PHP_INI_PERDIR from PHP 4.3
|
||||
through 5.2.6. Available since PHP 4.2.0.
|
||||
PHP_INI_PERDIR from PHP 4.3 to 5.2.6, otherwise PHP_INI_SYSTEM.
|
||||
Available since PHP 4.2.0.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -185,6 +185,9 @@
|
|||
<link linkend="mbstring.overload">Function overloading</link> for more
|
||||
information.
|
||||
</para>
|
||||
<para>
|
||||
This setting can only be changed from the &php.ini; file.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ini.mbstring.strict-detection">
|
||||
|
|
Loading…
Reference in a new issue