From: Marcus Boerger Date: Mon, 26 Jan 2004 08:38:38 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.5RC2~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e151b1c7d7f3b2d1d7cb1d29478c95fc97ff358;p=php MFH --- diff --git a/ext/dba/README b/ext/dba/README index 0c22830e54..1653bb66e8 100755 --- a/ext/dba/README +++ b/ext/dba/README @@ -36,12 +36,6 @@ inifile This is available since PHP 4.3.3 to be able to modify php.ini files from within PHP scripts. When working with ini files you can pass arrays of the form array(0=>group,1=>value_name) or strings of the form "[group]value_name" where group is optional. - As the functions dba_firstkey() and dba_nextkey() return string - representations of the key there is a new function dba_key_split() - available since PHP 5 which allows to convert the string keys into - array keys without loosing FALSE. -qdbm This is available since PHP 5.0.0. The qdbm library can be loaded - from http://qdbm.sourceforge.net. After configuring and compiling PHP you must execute the following test