]> granicus.if.org Git - php/commitdiff
Fixed wrong NEWS
authorJulien Pauli <jpauli@php.net>
Wed, 12 Nov 2014 09:59:54 +0000 (10:59 +0100)
committerJulien Pauli <jpauli@php.net>
Wed, 12 Nov 2014 09:59:54 +0000 (10:59 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 5a52d6afd5c6c2c8db5bfe61567be95990bf7841..6c5cbe9cdf52f079d78c409f5403bf3a79094230 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,18 +3,18 @@ PHP                                                                        NEWS
 ?? ??? 2014, PHP 5.5.20
 
 - Core:
-  . Fixed bug #68365 (zend_mm_heap corrupted after memory overflow in
-    zend_hash_copy). (Dmitry)
+  . Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
 
-?? ??? 2014, PHP 5.5.19
+13 Nov 2014, PHP 5.5.19
 
 - Core:
-  . Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
   . Fixed bug #68095 (AddressSanitizer reports a heap buffer overflow in 
     php_getopt()). (Stas)
   . Fixed bug #68118 ($a->foo .= 'test'; can leave $a->foo undefined). (Nikita)
   . Fixed bug #68129 (parse_url() - incomplete support for empty usernames
     and passwords) (Tjerk)
+  . Fixed bug #68365 (zend_mm_heap corrupted after memory overflow in
+    zend_hash_copy). (Dmitry)
 
 - CURL:
   . Add CURL_SSLVERSION_TLSv1_0, CURL_SSLVERSION_TLSv1_1, and