Date: 07/05/00
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions dba.xml"
- Previous message: Stefan Livieratos: "[PHP-DOC] cvs: phpdoc /en/features http-auth.xml remote-files.xml"
- Next in thread: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions dba.xml"
- Maybe reply: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions dba.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
sli Wed Jul 5 03:33:37 2000 EDT
Modified files:
/phpdoc/en/functions dba.xml
Log:
Fix for bug #5397 (missing URLs)
Index: phpdoc/en/functions/dba.xml
diff -u phpdoc/en/functions/dba.xml:1.3 phpdoc/en/functions/dba.xml:1.4
--- phpdoc/en/functions/dba.xml:1.3 Sat Jun 24 00:38:43 2000
+++ phpdoc/en/functions/dba.xml Wed Jul 5 03:33:37 2000
@@ -10,7 +10,7 @@
<para>
This is a general abstraction layer for several file-based databases. As
such, functionality is limited to a subset of features modern databases
- such as <ulink url="">Sleepycat Software's DB2</ulink>
+ such as <ulink url="&url.sleepycat;">Sleepycat Software's DB2</ulink>
support. (This is not to be confused with IBM's DB2 software, which is
supported through the <link linkend="ref.odbc">ODBC functions</link>.)</para>
@@ -35,10 +35,10 @@
arbitrary limits of dbm (therefore it is deprecated).</simpara></listitem>
<listitem><simpara>
- gdbm is the <ulink url="">GNU database manager</ulink>.</simpara></listitem>
+ gdbm is the <ulink url="&url.gdbm;">GNU database manager</ulink>.</simpara></listitem>
<listitem><simpara>
- db2 is <ulink url="">Sleepycat Software's DB2</ulink>. It
+ db2 is <ulink url="&url.sleepycat;">Sleepycat Software's DB2</ulink>. It
is described as "a programmatic toolkit that provides high-performance
built-in database support for both standalone and client/server
applications."</simpara></listitem>
@@ -46,7 +46,7 @@
<listitem><simpara>
cdb is "a fast, reliable, lightweight package for creating and reading
constant databases." It is from the author of qmail and can be found
- <ulink url="">here</ulink>. Since it is constant, we support
+ <ulink url="&url.cdb;">here</ulink>. Since it is constant, we support
only reading operations.</simpara></listitem>
</itemizedlist></para>
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions dba.xml"
- Previous message: Stefan Livieratos: "[PHP-DOC] cvs: phpdoc /en/features http-auth.xml remote-files.xml"
- Next in thread: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions dba.xml"
- Maybe reply: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions dba.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

