mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix typos, it's dbm not db.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103102 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a8c6e9c57c
commit
4bacfdd69f
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<reference id="ref.dba">
|
||||
<title>Database (dbm-style) abstraction layer functions</title>
|
||||
<titleabbrev>dba</titleabbrev>
|
||||
|
@ -108,7 +108,7 @@
|
|||
<entry><literal>flatfile</literal></entry>
|
||||
<entry>
|
||||
This is available since PHP 4.3.0 for compatibility with the deprecated
|
||||
<link linkend="ref.db">db</link> extension only and should be avoided.
|
||||
<link linkend="ref.dbm">dbm</link> extension only and should be avoided.
|
||||
However you may use this where files were created in this format. That
|
||||
happens when configure could not find any external library.
|
||||
</entry>
|
||||
|
@ -209,7 +209,7 @@
|
|||
<note>
|
||||
<para>
|
||||
This was added in PHP 4.3.0 to add compatibility with deprecated
|
||||
<link linkend="ref.db">db</link> extension. Uee this handler only
|
||||
<link linkend="ref.dbm">dbm</link> extension. Uee this handler only
|
||||
when you cannot install one of the libraries required by the other
|
||||
handlers and when you cannot use bundeled cdb handler.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue