]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@gmail.com>
Tue, 28 Jun 2016 07:37:33 +0000 (15:37 +0800)
committerXinchen Hui <laruence@gmail.com>
Tue, 28 Jun 2016 07:37:33 +0000 (15:37 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 89c8458c4e60fffb817a674b5b3e28491ac80ca8..f707f10a9b6ff03cf57478a49a21c962665c21e8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2016, PHP 7.1.0beta1
 
+- Core:
+  . Fixed bug #72508 (strange references after recursive function call and
+    "switch" statement). (Laruence)
+
 - CURL:
   . Add curl_multi_errno(), curl_share_errno() and curl_share_strerror()
        functions. (Pierrick)