Commit:    be2f547497c32e845f99516df4785ddb3fbff416
Author:    Johannes Schlüter <johan...@php.net>         Wed, 16 Jan 2013 
17:38:17 +0100
Parents:   f63a9f6c11c05aa76158b6cae0e05340d303a6af
Branches:  PHP-5.3 PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=be2f547497c32e845f99516df4785ddb3fbff416

Log:
Fix NEWS after 5.3.21

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 928d829..6a3acec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,27 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2013, PHP 5.3.23
-
 ?? ??? 2013, PHP 5.3.22
 
 - Zend Engine:
   . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
-  . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
-    (Johannes)
 
 - Core
   . Fixed bug #63943 (Bad warning text from strpos() on empty needle).
     (Laruence)
 
+- Date:
+  . Fixed bug #55397 (comparsion of incomplete DateTime causes SIGSEGV).
+    (Laruence, Derick)
+
+- FPM:
+  . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)
+
+17 Jan 2013, PHP 5.3.21
+
+- Zend Engine:
+  . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
+    (Johannes)
+
 - cURL extension:
   . Fixed bug (segfault due to libcurl connection caching). (Pierrick)
   . Fixed bug #63795 (CURL >= 7.28.0 no longer support value 1 for
@@ -22,13 +31,6 @@ PHP                                                          
              NEWS
   . Fixed bug #55438 (Curlwapper is not sending http header randomly).
     (php...@lostreality.org, Pierrick)
 
-- Date:
-  . Fixed bug #55397 (comparsion of incomplete DateTime causes SIGSEGV).
-    (Laruence, Derick)
-
-- FPM:
-  . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)
-
 20 Dec 2012, PHP 5.3.20
 
 - Zend Engine:


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to