]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@gmail.com>
Sun, 3 Jul 2016 15:57:23 +0000 (23:57 +0800)
committerXinchen Hui <laruence@gmail.com>
Sun, 3 Jul 2016 15:57:23 +0000 (23:57 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 35780fba725fc69e76c0472e91700340ff97694e..97751aa3258a72c3318df5c8164b63e48a3f9139 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,9 @@ PHP                                                                        NEWS
   . Fixed bug #72476 (Memleak in jit_stack). (Laruence)
   . Fixed bug #72463 (mail fails with invalid argument). (Anatol)
 
+- Readline:
+  . Fixed bug #72538 (readline_redisplay crashes php). (Laruence)
+
 - SQLite3:
   . Fixed bug #70628 (Clearing bindings on an SQLite3 statement doesn't work).
     (cmb)