mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
fix name of the default password ini opt
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180861 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a75e21abb7
commit
6eaed916c2
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue