1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00
This commit is contained in:
Marcus Boerger
2004-01-26 08:38:38 +00:00
parent ca47777e5f
commit 4e151b1c7d
-6
View File
@@ -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