nlopess         Wed Jul 20 13:14:04 2005 EDT

  Modified files:              
    /phpdoc/en/appendices       ini.xml 
    /phpdoc/en/reference/ibm_db2        ini.xml 
  Log:
  first update of ini opts. dont translate this yet.
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/ini.xml?r1=1.23&r2=1.24&ty=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.23 phpdoc/en/appendices/ini.xml:1.24
--- phpdoc/en/appendices/ini.xml:1.23   Thu Jul 14 08:30:59 2005
+++ phpdoc/en/appendices/ini.xml        Wed Jul 20 13:14:02 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
 
 <appendix id="ini">
  <title>&php.ini; directives</title>
@@ -50,7 +50,7 @@
       <row>
        <entry>apc.enabled</entry>
        <entry>"1"</entry>
-       <entry>PHP_INI_SYSTEM</entry>
+       <entry>PHP_INI_ALL</entry>
        <entry></entry>
       </row>
       <row>
@@ -80,7 +80,7 @@
       <row>
        <entry>apc.optimization</entry>
        <entry>"0"</entry>
-       <entry>PHP_INI_SYSTEM</entry>
+       <entry>PHP_INI_ALL</entry>
        <entry></entry>
       </row>
       <row>
@@ -625,7 +625,13 @@
       </row>
       <row>
        <entry>http.allowed_methods</entry>
-       <entry>"GET, HEAD, POST, PUT, DELETE, OPTIONS, TRACE, CONNECT, "</entry>
+       <entry>NULL</entry>
+       <entry>PHP_INI_ALL</entry>
+       <entry></entry>
+      </row>
+      <row>
+       <entry>http.cache_log</entry>
+       <entry>NULL</entry>
        <entry>PHP_INI_ALL</entry>
        <entry></entry>
       </row>
@@ -703,11 +709,17 @@
       </row>
       <row>
        <entry>ibm_db2.binmode</entry>
-       <entry>"0"</entry>
+       <entry>"1"</entry>
        <entry>PHP_INI_ALL</entry>
        <entry></entry>
       </row>
       <row>
+       <entry>ibm_db2.instance_name</entry>
+       <entry>NULL</entry>
+       <entry>PHP_INI_SYSTEM</entry>
+       <entry></entry>
+      </row>
+      <row>
        <entry>iconv.input_encoding</entry>
        <entry>"ISO-8859-1"</entry>
        <entry>PHP_INI_ALL</entry>
@@ -828,6 +840,12 @@
        <entry>Available since PHP 4.0.2.</entry>
       </row>
       <row>
+       <entry>ingres.cursor_mode</entry>
+       <entry>"0"</entry>
+       <entry>PHP_INI_ALL</entry>
+       <entry></entry>
+      </row>
+      <row>
        <entry>ingres.default_database</entry>
        <entry>NULL</entry>
        <entry>PHP_INI_ALL</entry>
@@ -858,6 +876,12 @@
        <entry>Available since PHP 4.0.2.</entry>
       </row>
       <row>
+       <entry>ingres.report_db_warnings</entry>
+       <entry>"0"</entry>
+       <entry>PHP_INI_ALL</entry>
+       <entry></entry>
+      </row>
+      <row>
        <entry>ircg.control_user</entry>
        <entry>"nobody"</entry>
        <entry>PHP_INI_ALL</entry>
@@ -1512,6 +1536,12 @@
        <entry>Available since PHP 5.0.0.</entry>
       </row>
       <row>
+       <entry>runkit.superglobal</entry>
+       <entry>""</entry>
+       <entry>PHP_INI_PERDIR</entry>
+       <entry></entry>
+      </row>
+      <row>
        <entry><link linkend="ini.safe-mode">safe_mode</link></entry>
        <entry>"0"</entry>
        <entry>PHP_INI_SYSTEM</entry>
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/ini.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/ibm_db2/ini.xml
diff -u phpdoc/en/reference/ibm_db2/ini.xml:1.1 
phpdoc/en/reference/ibm_db2/ini.xml:1.2
--- phpdoc/en/reference/ibm_db2/ini.xml:1.1     Fri May 27 11:08:23 2005
+++ phpdoc/en/reference/ibm_db2/ini.xml Wed Jul 20 13:14:03 2005
@@ -1,29 +1,32 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="extname.configuration">
  &reftitle.runtime;
  &extension.runtime;
  <para>
   <table>
    <title>ibm_db2 &ConfigureOptions;</title>
-   <tgroup cols="3">
+   <tgroup cols="4">
     <thead>
      <row>
       <entry>&Name;</entry>
       <entry>&Default;</entry>
       <entry>&Changeable;</entry>
+      <entry>Changelog</entry>
      </row>
     </thead>
     <tbody>
      <row>
       <entry>ibm_db2.binmode</entry>
-      <entry>1</entry>
+      <entry>"1"</entry>
       <entry>PHP_INI_ALL</entry>
+      <entry></entry>
      </row>
      <row>
       <entry>ibm_db2.instance_name</entry>
-      <entry>&null;</entry>
+      <entry>NULL</entry>
       <entry>PHP_INI_SYSTEM</entry>
+      <entry></entry>
      </row>
     </tbody>
    </tgroup>

Reply via email to