]> granicus.if.org Git - php/commitdiff
Updated NEWS
authorJulien Pauli <jpauli@php.net>
Fri, 8 Jul 2016 12:59:16 +0000 (14:59 +0200)
committerJulien Pauli <jpauli@php.net>
Fri, 8 Jul 2016 13:04:13 +0000 (15:04 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 75037ddec15f2f93eef94a14ef42a89d4b518187..89c2681188c4b5a992b971f8ac0b2f003d052b0e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,25 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016, PHP 5.6.24
+?? ??? 2016, PHP 5.6.25
+
+- Core:
+  . Fixed bug #72024 (microtime() leaks memory). (maroszek at gmx dot net)
+
+- Curl:
+  . Fixed bug #71144 (Segmentation fault when using cURL with ZTS).
+    (maroszek at gmx dot net)
 
 21 Jul 2016, PHP 5.6.24
 
 - Core:
-  . Fix bug #71936 (Segmentation fault destroying HTTP_RAW_POST_DATA).
+  . Fixed bug #71936 (Segmentation fault destroying HTTP_RAW_POST_DATA).
     (mike dot laspina at gmail dot com, Remi)
-  . Fix bug #72496 (Cannot declare public method with signature incompatible
+  . Fixed bug #72496 (Cannot declare public method with signature incompatible
     with parent private method). (Pedro Magalhães)
-  . Fix bug #72138 (Integer Overflow in Length of String-typed ZVAL). (Stas)
+  . Fixed bug #72138 (Integer Overflow in Length of String-typed ZVAL). (Stas)
 
 - bz2:
-  . Fix bug #72447 (Type Confusion in php_bz2_filter_create()). (gogil at 
+  . Fixed bug #72447 (Type Confusion in php_bz2_filter_create()). (gogil at 
     stealien dot com).
 
 - EXIF: