]> granicus.if.org Git - php/commitdiff
update dba change list
authorMarcus Boerger <helly@php.net>
Sun, 10 Nov 2002 16:06:19 +0000 (16:06 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 10 Nov 2002 16:06:19 +0000 (16:06 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a910d93e1c7116dedb65ff76da44d3b508fedaf2..29375edd5d13d5736004d4110935bb012db19dee 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -29,7 +29,9 @@ PHP 4                                                                      NEWS
   . 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)
+    pairs with the same key for cdb handler.
+  . Added locking for those handlers that does not have their own locking.
+  . Added flatfile support what finally makes ext/db deprecated.
 - 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).