mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
9e2a7ec232
commit
655792635c
1 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue