helly Tue Oct 29 06:43:01 2002 EDT Modified files: /php4 NEWS Log: update dba changes Index: php4/NEWS diff -u php4/NEWS:1.1232 php4/NEWS:1.1233 --- php4/NEWS:1.1232 Tue Oct 29 05:28:39 2002 +++ php4/NEWS Tue Oct 29 06:43:00 2002 @@ -22,7 +22,8 @@ - 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php