1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 16:43:44 +02:00

update NEWS

This commit is contained in:
Anatol Belski
2015-08-19 11:07:40 +02:00
parent 0562ec85df
commit 1bb5479d06

1
NEWS
View File

@@ -3,6 +3,7 @@ PHP NEWS
03 Sep 2015, PHP 7.0.0 RC 2
- Core:
. Fixed bug #70145 (From field incorrectly parsed from headers). (Anatol)
. Fixed bug #70300 (Syntactical inconsistency with new group use syntax).
(marcio dot web2 at gmail dot com)
. Fixed bug causing exception traces with anon classes to be truncated. (Bob)