]> granicus.if.org Git - php/commitdiff
info about added functionality in dba
authorMarcus Boerger <helly@php.net>
Sun, 3 Nov 2002 17:37:58 +0000 (17:37 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 3 Nov 2002 17:37:58 +0000 (17:37 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 763007a5c52112899c8a60cb2cd3485787925412..0cb7585b294fd41120082623ece06e4abdb860dc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ 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)
 - 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).