]> granicus.if.org Git - php/commitdiff
ISO-8601 bug, typo
authorGeorg Richter <georg@php.net>
Fri, 27 Dec 2002 00:21:17 +0000 (00:21 +0000)
committerGeorg Richter <georg@php.net>
Fri, 27 Dec 2002 00:21:17 +0000 (00:21 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8b5278062e3dec5f5baedc3ac74b922bf8c701b6..cc8d9e84a15a8cce390650cfb7f08abe8c9e4d05 100644 (file)
--- 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).