]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@gmail.com>
Wed, 20 Apr 2016 15:42:06 +0000 (08:42 -0700)
committerXinchen Hui <laruence@gmail.com>
Wed, 20 Apr 2016 15:42:06 +0000 (08:42 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 440ce4e2f4eba5aa0465752fee1fc3dc9d0f34d5..69155799a04d9f4df0b43aaac4bd9738e2bd79d3 100644 (file)
--- 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)