From: Georg Richter Date: Fri, 27 Dec 2002 00:21:17 +0000 (+0000) Subject: ISO-8601 bug, typo X-Git-Tag: php-4.3.0~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6497cc956c91876422c05fb872a0867246e8c0f7;p=php ISO-8601 bug, typo --- diff --git a/NEWS b/NEWS index 8b5278062e..cc8d9e84a1 100644 --- a/NEWS +++ b/NEWS @@ -21,7 +21,8 @@ PHP 4 NEWS - Moved extensions to PECL (http://pear.php.net/): (James, Derick) . ext/vpopmail . ext/cybermut -- Fix a crash when using invalid color index with imagecolortransparent() +- Fixed a bug in ISO-8601 week calculation +- Fixed a crash when using invalid color index with imagecolortransparent() (Pierre-Alain Joye). - Fixed bug #20987 (no handling for client certificates). (Ilia) - Fixed bug #21039 (crash when not supplying an IV to mcrypt_generic_init).