diff options
author | Anatol Belski <ab@php.net> | 2015-08-18 20:31:37 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-08-18 20:31:37 +0200 |
commit | 000be61fb8a034b3ce2dc3d7bbfbc912295b86e9 (patch) | |
tree | 4463af19bf68c4bf2656dcfcb9a3dbead838df85 | |
parent | 784dd715e4971d8c1b7d3b136716f7118bb880fa (diff) | |
download | php-git-000be61fb8a034b3ce2dc3d7bbfbc912295b86e9.tar.gz |
NEWS for next
-rw-r--r-- | NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,11 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +03 Sep 2015, PHP 7.0.0 RC 2 + +- Core: + . Fixed bug causing exception traces with anon classes to be truncated. (Bob) + . Fixed bug #70293 (Skipped assertions affect Generator returns). (Bob) + 20 Aug 2015, PHP 7.0.0 RC 1 - Core: @@ -18,10 +24,9 @@ PHP NEWS . Fixed bug #69487 (SAPI may truncate POST data). (cmb) . Fixed bug #70198 (Checking liveness does not work as expected). (Shafreeck Sea, Anatol Belski) - . Fixed bug #70241/#70293 (Skipped assertions affect Generator returns). (Bob) + . Fixed bug #70241 (Skipped assertions affect Generator returns). (Bob) . Fixed bug #70239 (Creating a huge array doesn't result in exhausted, but segfault). (Laruence, Anatol) - . Fixed bug causing exception traces with anon classes to be truncated. (Bob) - CLI server: . Fixed bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE). |