nlopess Mon Jan 19 11:20:02 2004 EDT
Modified files:
/phpdoc/en/reference/mbstring ini.xml
Log:
fix #22331
http://cvs.php.net/diff.php/phpdoc/en/reference/mbstring/ini.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/mbstring/ini.xml
diff -u phpdoc/en/reference/mbstring/ini.xml:1.8
phpdoc/en/reference/mbstring/ini.xml:1.9
--- phpdoc/en/reference/mbstring/ini.xml:1.8 Thu Dec 18 09:14:20 2003
+++ phpdoc/en/reference/mbstring/ini.xml Mon Jan 19 11:20:02 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<section id="mbstring.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -17,8 +17,8 @@
<tbody>
<row>
<entry>mbstring.language</entry>
- <entry>NULL</entry>
- <entry>PHP_INI_ALL</entry>
+ <entry>"neutral"</entry>
+ <entry>PHP_INI_SYSTEM | PHP_INI_PERDIR</entry>
</row>
<row>
<entry>mbstring.detect_order</entry>
@@ -27,12 +27,12 @@
</row>
<row>
<entry>mbstring.http_input</entry>
- <entry>NULL</entry>
+ <entry>"pass"</entry>
<entry>PHP_INI_ALL</entry>
</row>
<row>
<entry>mbstring.http_output</entry>
- <entry>NULL</entry>
+ <entry>"pass"</entry>
<entry>PHP_INI_ALL</entry>
</row>
<row>
@@ -53,12 +53,12 @@
<row>
<entry>mbstring.func_overload</entry>
<entry>"0"</entry>
- <entry>PHP_INI_SYSTEM</entry>
+ <entry>PHP_INI_SYSTEM | PHP_INI_PERDIR</entry>
</row>
<row>
<entry>mbstring.encoding_translation</entry>
<entry>"0"</entry>
- <entry>PHP_INI_ALL</entry>
+ <entry>PHP_INI_SYSTEM | PHP_INI_PERDIR</entry>
</row>
</tbody>
</tgroup>