From 635c7bc7969a5a04dde1e6c4dbc3d76cb9aa1b25 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 4 Nov 2002 18:11:43 +0000 Subject: [PATCH] collect and append dba changes --- NEWS | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 0cb7585b294..1ef47fb1a0f 100644 --- a/NEWS +++ b/NEWS @@ -14,8 +14,13 @@ PHP 4 NEWS . sapi/fhttpd - Moved ext/vpopmail to PECL. (James) - Fixed bug #20169 (implode() clobbers first argument). (Moriyoshi) -- Added optional skip parameter to dba_fetch() to support multiple key-value - pairs with the same key for cdb handler. (Marcus) +- Improved dba extension (Marcus) + . Added dba_handlers() that returns an array of installed handlers and + dba_list() that returns an associative array of open database files. + . Added bundled cdb support wich can be activated by --with-cdb without a + path. The bundled version supports cdb_make that allows writing cdb files. + . Added optional skip parameter to dba_fetch() to support multiple key-value + pairs with the same key for cdb handler. (Marcus) - Added imagerotate() which is available only when bundled libgd is used. (Pierre-Alain Joye, Ilia) - Fixed bug #17497 (mssql extension crashes if magic_quotes_runtime is on). @@ -27,8 +32,6 @@ 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 and - dba_list() that returns an associative array of open database files. (Marcus) - Added dbx_escape_string() function to dbx module. (Marc) - Added Oracle (oci8) support to dbx module. (Marc) - Updated FDF extension to work with Adode fdftk 5.0. (Hartmut)