summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-12-18 20:25:21 +0000
committerMarcus Boerger <helly@php.net>2003-12-18 20:25:21 +0000
commitc69fb4133da140ff9eba8842dd479492bec8dfbe (patch)
treecf35c605f1bec8196426be3d0d514416729bb6f2 /NEWS
parent0283b50316ed8fa20cb7df1f03459108a8e97943 (diff)
downloadphp-git-c69fb4133da140ff9eba8842dd479492bec8dfbe.tar.gz
dded qdbm handler (http://qdbm.sourceforge.net).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4d2c049352..49a6da95c4 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@ PHP NEWS
support is used. (Derick)
- Added iconv stream filter (convert.iconv.*). (Moriyoshi)
- Added EXSLT support in ext/xsl. (Christian)
+- Added qdbm handler for dba extension. (mg at iceni dot pl, Marcus)
- Added new functions:
. dba_key_split() to split inifile keys in an array. (Marcus)
. time_nanosleep() signal safe sleep (Magnus, Ilia)