progcom         Tue Jan 20 08:34:07 2004 EDT

  Modified files:              
    /phpdoc/en/reference/info/functions ini-set.xml 
  Log:
  Some directives' changeable is changed on PHP 4.3
  
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/ini-set.xml?r1=1.31&r2=1.32&ty=u
Index: phpdoc/en/reference/info/functions/ini-set.xml
diff -u phpdoc/en/reference/info/functions/ini-set.xml:1.31 
phpdoc/en/reference/info/functions/ini-set.xml:1.32
--- phpdoc/en/reference/info/functions/ini-set.xml:1.31 Fri Jan 16 11:08:34 2004
+++ phpdoc/en/reference/info/functions/ini-set.xml      Tue Jan 20 08:34:07 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.31 $ -->
+<!-- $Revision: 1.32 $ -->
 <!-- splitted from ./en/functions/info.xml, last change in rev 1.23 -->
   <refentry id="function.ini-set">
    <refnamediv>
@@ -885,7 +885,7 @@
           <row>
            <entry>html_errors</entry>
            <entry>"1"</entry>
-           <entry>PHP_INI_SYSTEM</entry>
+           <entry>PHP_INI_ALL</entry>
           </row>
           <row>
            <entry>xmlrpc_errors</entry>
@@ -905,7 +905,7 @@
           <row>
            <entry>implicit_flush</entry>
            <entry>"0"</entry>
-           <entry>PHP_INI_PERDIR|PHP_INI_SYSTEM</entry>
+           <entry>PHP_INI_ALL</entry>
           </row>
           <row>
            <entry>log_errors</entry>
@@ -1080,7 +1080,7 @@
           <row>
            <entry>upload_max_filesize</entry>
            <entry>"2M"</entry>
-           <entry>PHP_INI_SYSTEM</entry>
+           <entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
           </row>
           <row>
            <entry>file_uploads</entry>
@@ -1090,7 +1090,7 @@
           <row>
            <entry>post_max_size</entry>
            <entry>"8M"</entry>
-           <entry>PHP_INI_SYSTEM</entry>
+           <entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
           </row>
           <row>
            <entry>upload_tmp_dir</entry>
@@ -1170,7 +1170,7 @@
           <row>
            <entry>always_populate_raw_post_data</entry>
            <entry>"0"</entry>
-           <entry>PHP_INI_ALL</entry>
+           <entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
           </row>
           <row>
            <entry>xbithack</entry>

Reply via email to