]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@php.net>
Sun, 17 Nov 2013 09:06:27 +0000 (17:06 +0800)
committerXinchen Hui <laruence@php.net>
Sun, 17 Nov 2013 09:06:27 +0000 (17:06 +0800)
NEWS

diff --git a/NEWS b/NEWS
index f41d23bd50df677884d3ca6f8ca63025b597351f..92369fd04bec3cd27c089a6522c9c69849cd7110 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ PHP                                                                        NEWS
 - CLI server:
   . Added some MIME types to the CLI web server (Chris Jones)
 
+- Core:
+  . Fixed bug #66094 (unregister_tick_function tries to cast a Closure to a 
+    string). (Laruence)
+
 - readline
   . Fixed Bug #65714 (PHP cli forces the tty to cooked mode). (Remi)