Commit:    8d987032b3f6dfb882af83e4fe2c6d2be4341cce
Author:    Johannes Schlüter <johan...@php.net>         Wed, 12 Sep 2012 
23:20:28 +0200
Parents:   d92a89fe52e89eef9527d1e27b5bb051ae24bc54
Branches:  PHP-5.3.17

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

Log:
Fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 69cbb2a..59db3b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2012, PHP 5.3.16
+13 Sep 2012, PHP 5.3.17
 
 - Core:
   . Fixed bug (segfault while build with zts and GOTO vm-kind). (Laruence)
@@ -10,18 +10,13 @@ PHP                                                         
               NEWS
   . 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 #60194 (--with-zend-multibyte and --enable-debug reports LEAK
-    with run-test.php). (Laruence)
 
 - CURL:
   . Fixed bug #62839 (curl_copy_handle segfault with CURLOPT_FILE). (Pierrick)
-  . Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false).
-    (r.hampartsum...@gmail.com, Laruence)
 
 - DateTime:
   . Fixed bug #62852 (Unserialize invalid DateTime causes crash).
     (reeze....@gmail.com)
-  . Fixed bug #62500 (Segfault in DateInterval class when extended). (Laruence)
 
 - Intl:
   . Fix null pointer dereferences in some classes of ext/intl. (Gustavo)
@@ -32,23 +27,38 @@ PHP                                                         
               NEWS
 - PDO:
   . Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()). 
(Laruence)
 
-- Reflection:
-  . Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong
-    result). (Laruence)
-
 - Session:
   . Fixed bug (segfault due to retval is not initialized). (Laruence)
 
 - SPL:
   . Fixed bug #62904 (Crash when cloning an object which inherits 
SplFixedArray)
     (Laruence)
-  . Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance
-    gives Segmentation fault). (Laruence, Gustavo)
 
 - Enchant:
   . Fixed bug #62838 (enchant_dict_quick_check() destroys zval, but fails to 
   initialize it). (Tony, Mateusz Goik).
 
+16 Aug 2012, PHP 5.3.16
+
+- Core:
+  . Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK
+    with run-test.php). (Laruence)
+
+- CURL:
+  . Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false).
+    (r.hampartsum...@gmail.com, Laruence)
+
+- DateTime:
+  . Fixed Bug #62500 (Segfault in DateInterval class when extended). (Laruence)
+
+- Reflection:
+  . Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong
+    result). (Laruence)
+
+- SPL:
+  . Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance
+    gives Segmentation fault). (Laruence, Gustavo)
+
 19 Jul 2012, PHP 5.3.15
 
 - Zend Engine:


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

Reply via email to