summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2010-07-23 08:58:03 +0000
committerAdam Harvey <aharvey@php.net>2010-07-23 08:58:03 +0000
commitebc6982eb860104fc94e69c191ab1f195ac6671e (patch)
tree35cdcc1184360151760f2fffbf22bff973996bc5
parent200b139c69e0552a820c6e850d576769f0fe4c6d (diff)
downloadphp-git-ebc6982eb860104fc94e69c191ab1f195ac6671e.tar.gz
Correct bug ID in the NEWS file for posterity.
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a45654891a..833fd28573 100644
--- a/NEWS
+++ b/NEWS
@@ -237,8 +237,6 @@ PHP NEWS
com, Pierre)
- Fixed bug #50578 (incorrect shebang in phar.phar). (Fedora at FamilleCollet
dot com)
-- Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications).
- (Derick)
- Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' format
character). (Derick)
- Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include
@@ -246,6 +244,8 @@ PHP NEWS
- Fixed bug #50358 (Compile failure compiling ext/phar/util.lo). (Felipe)
- Fixed bug #50101 (name clash between global and local variable).
(patch by yoarvi at gmail dot com)
+- Fixed bug #50055 (DateTime::sub() allows 'relative' time modifications).
+ (Derick)
- Fixed bug #51002 (fix possible memory corruption with very long names).
(Pierre)
- Fixed bug #49893 (Crash while creating an instance of Zend_Mail_Storage_Pop3).