add missing <para> tag...

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102739 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gregory Song 2002-11-06 05:17:13 +00:00
parent 9e2a7ec232
commit 655792635c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<reference id="ref.dba">
<title>Database (dbm-style) abstraction layer functions</title>
<titleabbrev>dba</titleabbrev>
@ -174,9 +174,11 @@
To enable support for cdb add
<option role="configure">--with-cdb[=DIR]</option>.
<note>
Since PHP 4.3 you can omit DIR to use the internal cdb library
that adds the cdb_make handler which allows creation of cdb files
and allows to access cdb files on the network using php's streams.
<para>
Since PHP 4.3 you can omit DIR to use the internal cdb library
that adds the cdb_make handler which allows creation of cdb files
and allows to access cdb files on the network using php's streams.
</para>
</note>
</entry>
</row>