From: Marcus Boerger Date: Sun, 3 Nov 2002 17:37:58 +0000 (+0000) Subject: info about added functionality in dba X-Git-Tag: php-4.3.0RC1~315 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=536d5cd9a965928a9d68c8f80651e1fa7fa1bf91;p=php info about added functionality in dba --- diff --git a/NEWS b/NEWS index 763007a5c5..0cb7585b29 100644 --- 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).