summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-07-03 23:57:23 +0800
committerXinchen Hui <laruence@gmail.com>2016-07-03 23:57:23 +0800
commit9f63291ab640b8e0e33d8a077aa0596f497f404c (patch)
tree1624063dc4f0fba0671732e4e20483fd834232b8
parentee2d6624342bec69fd13408b876ed5a80fcad025 (diff)
downloadphp-git-9f63291ab640b8e0e33d8a077aa0596f497f404c.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 35780fba72..97751aa325 100644
--- 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)