]> granicus.if.org Git - php/commitdiff
MFH
authorMarcus Boerger <helly@php.net>
Mon, 26 Jan 2004 08:38:38 +0000 (08:38 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 26 Jan 2004 08:38:38 +0000 (08:38 +0000)
ext/dba/README

index 0c22830e5427c041bad46c8a89313ba2b6f0d72f..1653bb66e89c1bc649766c8efa5bb96d8d1fb143 100755 (executable)
@@ -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