1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 03:22:58 +02:00

Update NEWS

This commit is contained in:
Xinchen Hui
2016-04-20 08:42:06 -07:00
parent 19759a5602
commit ede06b7e20

2
NEWS
View File

@@ -3,6 +3,8 @@ PHP NEWS
?? ??? 2016 PHP 7.0.7
- Core:
. Fixed bug #72057 (PHP Hangs when using custom error handler and typehint).
(Nikita Nefedov)
. Fixed bug #72038 (Function calls with values to a by-ref parameter don't
always throw a notice). (Bob)