| Nuno Lopes 2005-02-26, 8:55 pm |
| nlopess Sat Feb 26 16:08:24 2005 EDT
Modified files:
/phpdoc/en/reference/maxdb ini.xml
Log:
fix name of the default password ini opt
http://cvs.php.net/diff.php/phpdoc/...1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/maxdb/ini.xml
diff -u phpdoc/en/reference/maxdb/ini.xml:1.3 phpdoc/en/reference/maxdb/ini.xml:1.4
--- phpdoc/en/reference/maxdb/ini.xml:1.3 Tue Feb 22 12:36:07 2005
+++ phpdoc/en/reference/maxdb/ini.xml Sat Feb 26 16:08:24 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<section id="maxdb.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -35,7 +35,7 @@
<entry></entry>
</row>
<row>
- <entry>maxdb.default_password</entry>
+ <entry>maxdb.default_pw</entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
@@ -95,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>
|