From: Moriyoshi Koizumi Date: Wed, 30 Oct 2002 18:19:55 +0000 (+0000) Subject: Bug fix news X-Git-Tag: php-4.3.0RC1~406 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96a0171076adbfb6cc85e2a98130ffd5a043e66a;p=php Bug fix news --- diff --git a/NEWS b/NEWS index 49a5c1f1f1..f0ff68d47b 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ PHP 4 NEWS . ext/icap . sapi/fhttpd - Moved ext/vpopmail to PECL. (James) +- Fixed bug #20169 (implode() clobbers first argument). (Moriyoshi) - 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).