]> granicus.if.org Git - php/commitdiff
Update NEWS
authorBob Weinand <bobwei9@hotmail.com>
Mon, 5 Oct 2015 23:02:52 +0000 (01:02 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Mon, 5 Oct 2015 23:03:04 +0000 (01:03 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 9051f4d3338f74d1699032ce6a35173b93fc6a8a..013a856cf4ea193332e957ba46cd6df03bfd4b6a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ PHP                                                                        NEWS
 - Phpdbg
   . Fixed bug #70614 (incorrect exit code in -rr mode with Exceptions). (Bob)
 
+- Standard:
+  . Fixed bug #70641 (Compile fails for ext/standard/random.c).
+    (Scott Arciszewski)
+
 01 Oct 2015, PHP 7.0.0 RC 4
 
 - Core:
@@ -64,7 +68,7 @@ PHP                                                                        NEWS
 - SQLite3:
   . Fixed bug #70571 (Memory leak in sqlite3_do_callback). (Adam)
 
--SPL:
+- SPL:
   . Fixed bug #70573 (Cloning SplPriorityQueue leads to memory leaks). (Dmitry)
 
 - XMLRPC
index cf06893151d0453cfed8a82f1a39c376ec380564..11c100cdabf3a905b1be7a4a23b627f4376a1547 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -435,6 +435,8 @@ Standard library changes
     different sort order of elements that compare as equal.
   . Removed dl() function on fpm-fcgi.
   . setcookie() with an empty cookie name now issues a WARNING and doesn't send an empty set-cookie header line anymore.
+  . Closure::call() and Closure::bindTo() do no longer accept foreign scopes for Closures of functions and methods
+    generated via ReflectionFunctionAbstract::getClosure().
 
 Other
 =====