]> granicus.if.org Git - php/commitdiff
Updated NEWS
authorJulien Pauli <jpauli@php.net>
Fri, 12 Dec 2014 13:18:27 +0000 (14:18 +0100)
committerJulien Pauli <jpauli@php.net>
Fri, 12 Dec 2014 13:18:27 +0000 (14:18 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 2d948194f8a3ad9ce08365481b2a01bf397842ca..7f3f98d181e92b1a9c2d760a506e7538831ff501 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,17 +11,12 @@ PHP                                                                        NEWS
   . Fixed bug #68297 (Application Popup provides too few information). (Anatol)
   . Fixed bug #65769 (localeconv() broken in TS builds). (Anatol)
   . Fixed bug #65230 (setting locale randomly broken). (Anatol)
-  . Fixed bug #68545 (NULL pointer dereference in unserialize.c). (Anatol)
   . Fixed bug #68583 (Crash in timeout thread). (Anatol)
 
 - cURL:
   . Fixed bug #67643 (curl_multi_getcontent returns '' when
     CURLOPT_RETURNTRANSFER isn't set). (Jille Timmermans)
 
-- Date:
-  . Fixed day_of_week function as it could sometimes return negative values
-    internally. (Derick)
-
 - Mbstring:
   . Fixed bug #68504 (--with-libmbfl configure option not present on Windows).
     (Ashesh Vashi)
@@ -46,7 +41,7 @@ PHP                                                                        NEWS
 - SQLite:
   . Fixed bug #68120 (Update bundled libsqlite to 3.8.7.2). (Anatol)
 
-11 Dec 2014, PHP 5.5.20
+18 Dec 2014, PHP 5.5.20
 
 - Core:
   . Fixed bug #68091 (Some Zend headers lack appropriate extern "C" blocks).
@@ -54,6 +49,11 @@ PHP                                                                        NEWS
   . Fixed bug #68185 ("Inconsistent insteadof definition."- incorrectly 
     triggered). (Julien)
   . Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
+  . Fixed bug #68545 (NULL pointer dereference in unserialize.c). (Anatol)
+
+- Date:
+  . Fixed day_of_week function as it could sometimes return negative values
+    internally. (Derick)
 
 - FPM:
   . Fixed bug #68381 (fpm_unix_init_main ignores log_level).