Revert "Update NEWS"

This reverts commit 60bb51c0d3.
This commit is contained in:
Dmitry Stogov 2015-10-06 23:47:49 +03:00
parent a2082b7c97
commit 1198c5d8bb
2 changed files with 1 additions and 7 deletions

6
NEWS
View File

@ -13,10 +13,6 @@ PHP NEWS
- Phpdbg - Phpdbg
. Fixed bug #70614 (incorrect exit code in -rr mode with Exceptions). (Bob) . 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 01 Oct 2015, PHP 7.0.0 RC 4
- Core: - Core:
@ -68,7 +64,7 @@ PHP NEWS
- SQLite3: - SQLite3:
. Fixed bug #70571 (Memory leak in sqlite3_do_callback). (Adam) . Fixed bug #70571 (Memory leak in sqlite3_do_callback). (Adam)
- SPL: -SPL:
. Fixed bug #70573 (Cloning SplPriorityQueue leads to memory leaks). (Dmitry) . Fixed bug #70573 (Cloning SplPriorityQueue leads to memory leaks). (Dmitry)
- XMLRPC - XMLRPC

View File

@ -435,8 +435,6 @@ Standard library changes
different sort order of elements that compare as equal. different sort order of elements that compare as equal.
. Removed dl() function on fpm-fcgi. . 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. . 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 Other
===== =====