From 655792635cafa96c6ec5ef47f8856a4907a074e7 Mon Sep 17 00:00:00 2001 From: Gregory Song Date: Wed, 6 Nov 2002 05:17:13 +0000 Subject: [PATCH] add missing tag... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102739 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dba/reference.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/reference/dba/reference.xml b/reference/dba/reference.xml index fd2d78ef6a..f0397f5673 100644 --- a/reference/dba/reference.xml +++ b/reference/dba/reference.xml @@ -1,5 +1,5 @@ - + Database (dbm-style) abstraction layer functions dba @@ -174,9 +174,11 @@ To enable support for cdb add . - 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. + + 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. +