mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Use full version as mentioned by Philip.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102747 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
11bc0866a2
commit
432fca4044
1 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<reference id="ref.dba">
|
||||
<title>Database (dbm-style) abstraction layer functions</title>
|
||||
<titleabbrev>dba</titleabbrev>
|
||||
|
@ -91,7 +91,7 @@
|
|||
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="&url.cdb;">here</ulink>. Since it is
|
||||
constant, we support only reading operations. And since PHP4.3
|
||||
constant, we support only reading operations. And since PHP 4.3.0
|
||||
we support writing (not updating) through the internal cdb library.
|
||||
</entry>
|
||||
</row>
|
||||
|
@ -99,7 +99,7 @@
|
|||
<row>
|
||||
<entry><literal>cdb_make</literal></entry>
|
||||
<entry>
|
||||
Since PHP4.3 we support creation (not updating) of cdb files
|
||||
Since PHP 4.3.0 we support creation (not updating) of cdb files
|
||||
when the bundeled cdb library is used.
|
||||
</entry>
|
||||
</row>
|
||||
|
@ -107,7 +107,7 @@
|
|||
<row>
|
||||
<entry><literal>flatfile</literal></entry>
|
||||
<entry>
|
||||
This is available since PHP 4.3 for compatibility with the deprecated
|
||||
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.
|
||||
However you may use this where files were created in this format. That
|
||||
happens when configure could not find any external library.
|
||||
|
@ -193,7 +193,7 @@
|
|||
<option role="configure">--with-cdb[=DIR]</option>.
|
||||
<note>
|
||||
<para>
|
||||
Since PHP 4.3 you can omit DIR to use the bundeled cdb library
|
||||
Since PHP 4.3.0 you can omit DIR to use the bundeled 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>
|
||||
|
@ -208,7 +208,7 @@
|
|||
<option role="configure">--with-flatfile</option>.
|
||||
<note>
|
||||
<para>
|
||||
This was added in PHP 4.3 to add compatibility with deprecated
|
||||
This was added in PHP 4.3.0 to add compatibility with deprecated
|
||||
<link linkend="ref.db">db</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.
|
||||
|
|
Loading…
Reference in a new issue