helly           Mon Nov  4 13:11:43 2002 EDT

  Modified files:              
    /php4       NEWS 
  Log:
  collect and append dba changes
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.1238 php4/NEWS:1.1239
--- php4/NEWS:1.1238    Sun Nov  3 12:37:58 2002
+++ php4/NEWS   Mon Nov  4 13:11:43 2002
@@ -14,8 +14,13 @@
   . 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 @@
 - 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)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to