philip Sat Nov 9 19:36:57 2002 EDT
Modified files:
/phpdoc/en/reference/dba reference.xml
Log:
Fix typos, it's dbm not db.
Index: phpdoc/en/reference/dba/reference.xml
diff -u phpdoc/en/reference/dba/reference.xml:1.7
phpdoc/en/reference/dba/reference.xml:1.8
--- phpdoc/en/reference/dba/reference.xml:1.7 Wed Nov 6 04:48:38 2002
+++ phpdoc/en/reference/dba/reference.xml Sat Nov 9 19:36:57 2002
@@ -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>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php