bjori           Thu May 24 18:45:04 2007 UTC

  Modified files:              
    /phpdoc/en/reference/unicode        ini.xml 
    /phpdoc/en/appendices       ini.xml 
  Log:
  Fixed bug#41494 (unicode.semantics is PHP_INI_SYSTEM)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/unicode/ini.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/unicode/ini.xml
diff -u phpdoc/en/reference/unicode/ini.xml:1.2 
phpdoc/en/reference/unicode/ini.xml:1.3
--- phpdoc/en/reference/unicode/ini.xml:1.2     Mon Dec 26 12:12:12 2005
+++ phpdoc/en/reference/unicode/ini.xml Thu May 24 18:45:04 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <section id="unicode.configuration">
  &reftitle.runtime;
  &extension.runtime;
@@ -61,7 +61,7 @@
      <row>
       <entry>unicode.semantics</entry>
       <entry>off</entry>
-      <entry>PHP_INI_PERDIR</entry>
+      <entry>PHP_INI_SYSTEM</entry>
       <entry>Available since PHP 6.0.0.</entry>
      </row>
     </tbody>
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/ini.xml?r1=1.54&r2=1.55&diff_format=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.54 phpdoc/en/appendices/ini.xml:1.55
--- phpdoc/en/appendices/ini.xml:1.54   Thu May 24 12:49:34 2007
+++ phpdoc/en/appendices/ini.xml        Thu May 24 18:45:04 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.54 $ -->
+<!-- $Revision: 1.55 $ -->
 
 <appendix id="ini">
  <title>&php.ini; directives</title>
@@ -2406,9 +2406,9 @@
        <entry>Available since PHP 6.0.0.</entry>
       </row>
       <row>
-       <entry>unicode_semantics</entry>
+       <entry>unicode.semantics</entry>
        <entry>"off"</entry>
-       <entry>PHP_INI_PERDIR</entry>
+       <entry>PHP_INI_SYSTEM</entry>
        <entry>Available since PHP 6.0.0.</entry>
       </row>
       <row>

Reply via email to