Commit:    374ebc87416d9e31efd961a3176510e3a901355b
Author:    Stanislav Malyshev <s...@php.net>         Tue, 15 Jan 2013 00:06:35 
-0800
Parents:   0510701474e8d99b5b30139b5599e44f9b555a5a
Branches:  PHP-5.4 PHP-5.5 master

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

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 79d5d9a..5f45667 100644
--- a/NEWS
+++ b/NEWS
@@ -7,9 +7,18 @@ PHP                                                            
            NEWS
     protected property). (Stas)
   . Fixed bug #63943 (Bad warning text from strpos() on empty needle).
     (Laruence)
+  . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
   . Fixed bug #63882 (zend_std_compare_objects crash on recursion). (Dmitry)
+  . Fixed bug #43225 (fputcsv incorrectly handles cells ending in \ followed
+    by "). (Adam)
   . Support BITMAPV5HEADER in getimagesize(). (AsamK, Lars)
 
+- Date:
+  . Fixed bug #63699 (Performance improvements for various ext/date functions).
+    (Lars, original patch by njaguar at gmail dot com)
+  . Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV. 
+    (Derick)
+
 - Litespeed:
   . Fixed bug #63228 (-Werror=format-security error in lsapi code). (George)
 
@@ -27,7 +36,6 @@ PHP                                                           
             NEWS
 ?? ??? 2012, PHP 5.4.11
 
 - Core:
-  . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
   . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
     (Johannes)
   . Fixed bug #43177 (Errors in eval()'ed code produce status code 500).
@@ -56,10 +64,6 @@ PHP                                                          
              NEWS
   . Fixed bug #55438 (Curlwapper is not sending http header randomly).
     (php...@lostreality.org, Pierrick)
 
-- Date:
-  . Fixed bug #63699 (Performance improvements for various ext/date functions).
-    (Lars, original patch by njaguar at gmail dot com)
-
 20 Dec 2012, PHP 5.4.10
 
 - Core:


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

Reply via email to