]> granicus.if.org Git - php/commitdiff
update dba changes
authorMarcus Boerger <helly@php.net>
Tue, 29 Oct 2002 11:43:00 +0000 (11:43 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 29 Oct 2002 11:43:00 +0000 (11:43 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e369ee84e19035ccf6521264902a3a83b36ed1ed..c60a0a150bf9fd9e96ff2286c63fe18c273e9b2b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,7 +22,8 @@ PHP 4                                                                      NEWS
 - Fixed bug #20110 (added sanity check to prevent include/require functions
   from trying to include directories). (Ilia)
 - Fixed bug #20108 (segmentation fault on printf("%1.1s", "string")). (Ilia)
-- Added dba_handlers() that returns an array of installed handlers. (Marcus)
+- Added dba_handlers() that returns an array of installed handlers and
+  dba_list() that returns an associative array of open database files. (Marcus)
 - Added Oracle (oci8) support to dbx module. (Marc)
 - Updated FDF extension to work with Adode fdftk 5.0. (Hartmut)
 - Made raw POST data to be available also as "php://input" stream. (Hartmut)