summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2013-11-17 17:06:27 +0800
committerXinchen Hui <laruence@php.net>2013-11-17 17:06:27 +0800
commit5e9268f4694e917f991857839fac160d2954331f (patch)
treeeabb8c165ae63a75d5786119349b9b437d016e6b
parentde79c51555a9bcc4d10cdcf2337986cc3321f4e9 (diff)
downloadphp-git-5e9268f4694e917f991857839fac160d2954331f.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f41d23bd50..92369fd04b 100644
--- 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)