nlopess         Wed Mar  9 15:06:14 2005 EDT

  Modified files:              
    /phpdoc/en/reference/maxdb  ini.xml 
  Log:
  revert last commit
  
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/ini.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/maxdb/ini.xml
diff -u phpdoc/en/reference/maxdb/ini.xml:1.5 
phpdoc/en/reference/maxdb/ini.xml:1.6
--- phpdoc/en/reference/maxdb/ini.xml:1.5       Tue Mar  8 11:39:05 2005
+++ phpdoc/en/reference/maxdb/ini.xml   Wed Mar  9 15:06:13 2005
@@ -1,17 +1,18 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <section id="maxdb.configuration">
  &reftitle.runtime;
  &extension.runtime;
  <para>
   <table>
    <title>MaxDB Configuration Options</title>
-   <tgroup cols="3">
+   <tgroup cols="4">
     <thead>
      <row>
       <entry>Name</entry>
       <entry>Default</entry>
       <entry>Changeable</entry>
+      <entry>Changelog</entry>
      </row>
     </thead>
     <tbody>
@@ -19,32 +20,36 @@
       <entry>maxdb.default_host</entry>
       <entry>NULL</entry>
       <entry>PHP_INI_ALL</entry>
+      <entry></entry>
      </row>
      <row>
       <entry>maxdb.default_db</entry>
       <entry>NULL</entry>
       <entry>PHP_INI_ALL</entry>
+      <entry></entry>
      </row>
      <row>
       <entry>maxdb.default_user</entry>
       <entry>NULL</entry>
       <entry>PHP_INI_ALL</entry>
+      <entry></entry>
      </row>
      <row>
-      <entry>maxdb.default_password</entry>
+      <entry>maxdb.default_pw</entry>
       <entry>NULL</entry>
       <entry>PHP_INI_ALL</entry>
+      <entry></entry>
      </row>
      <row>
       <entry>maxdb.long_readlen</entry>
-      <entry>NULL</entry>
+      <entry>"200"</entry>
       <entry>PHP_INI_ALL</entry>
+      <entry></entry>
      </row>
     </tbody>
    </tgroup>
   </table>
-  For further details and definition of the PHP_INI_* constants see
-  <function>ini_set</function>.
+  &ini.php.constants;
 </para>
 
 &ini.descriptions.title;
@@ -90,9 +95,9 @@
    </listitem>
   </varlistentry>
   
-  <varlistentry id="ini.maxdb.default-password">
+  <varlistentry id="ini.maxdb.default-pw">
    <term>
-    <parameter>maxdb.default_password</parameter>
+    <parameter>maxdb.default_pw</parameter>
     <type>string</type>
    </term>
    <listitem>

Reply via email to