Commit:    675545f042fc08d015a27ee2c88d16d4d2e4ce04
Author:    Stanislav Malyshev <s...@php.net>         Sun, 19 Aug 2012 20:37:44 
-0700
Parents:   13768f8650d58156c0e0380a662cad93a7cf77eb
Branches:  PHP-5.4 master

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

Log:
update NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 1142a42..c9d6305 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ PHP                                                            
            NEWS
     (Laruence)
   . Fixed bug #62725 (Calling exit() in a shutdown function does not return
     the exit value). (Laruence)
+  . Fixed bug #62744 (dangling pointers made by zend_disable_class). (Laruence)
+  . Fixed bug #62716 (munmap() is called with the incorrect length).
+    (slang...@google.com)
+  . Fixed bug #62460 (php binaries installed as binary.dSYM). (Reeze Xia)
   . Fixed bug #62328 (implementing __toString and a cast to string fails)
     (Laruence)
   . Fixed bug #51363 (Fatal error raised by var_export() not caught by error 
@@ -14,6 +18,13 @@ PHP                                                          
              NEWS
   . Fixed bug #40459 (Stat and Dir stream wrapper methods do not call 
     constructor). (Stas)
 
+- CURL:
+  . Fixed bug #62839 (curl_copy_handle segfault with CURLOPT_FILE). (Pierrick)
+
+- DateTime:
+  . Fixed bug #62852 (Unserialize invalid DateTime causes crash).
+    (reeze....@gmail.com)
+
 - PDO:
   . Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()). 
(Laruence)
 
@@ -31,7 +42,7 @@ PHP                                                           
             NEWS
     (Laruence)
 
 
-?? ??? 2012, PHP 5.4.6
+16 Aug 2012, PHP 5.4.6
 
 - CLI Server:
   . Implemented FR #62700 (have the console output 'Listening on


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

Reply via email to