From: Xinchen Hui Date: Wed, 20 Apr 2016 15:42:06 +0000 (-0700) Subject: Update NEWS X-Git-Tag: php-7.0.7RC1~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ede06b7e20b860c70ff446fdb2bc26decbef79de;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 440ce4e2f4..69155799a0 100644 --- a/NEWS +++ b/NEWS @@ -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)