mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Note that mbstring.func_overload is once again PHP_INI_SYSTEM only.
Addresses bugs #49238, #43227, and #49189. This really should have been mentioned in the release notes for 5.2.7 and 5.3.0. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288256 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2951b744fa
commit
21bea7f40c
1 changed files with 3 additions and 2 deletions
|
@ -1670,8 +1670,9 @@
|
|||
<row>
|
||||
<entry><link linkend="ini.mbstring.func-overload">mbstring.func_overload</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry>PHP_INI_SYSTEM in PHP <= 4.2.3. Available since PHP 4.2.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.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mbstring.http-input">mbstring.http_input</link></entry>
|
||||
|
|
Loading…
Reference in a new issue