summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2002-12-27 00:21:17 +0000
committerGeorg Richter <georg@php.net>2002-12-27 00:21:17 +0000
commit6497cc956c91876422c05fb872a0867246e8c0f7 (patch)
treec6505c09e4e462dc62a0841de789bfdb129cfcdb
parentee3e6f12aeea1c2be7d39f0b4030acd85b888c00 (diff)
downloadphp-git-6497cc956c91876422c05fb872a0867246e8c0f7.tar.gz
ISO-8601 bug, typo
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
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).