From: Marcus Boerger Date: Tue, 29 Oct 2002 11:43:00 +0000 (+0000) Subject: update dba changes X-Git-Tag: php-4.3.0RC1~470 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3072369cd62fa4abc3ba33de50a3c804cee2719a;p=php update dba changes --- diff --git a/NEWS b/NEWS index e369ee84e1..c60a0a150b 100644 --- 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)