From: Xinchen Hui Date: Sun, 3 Jul 2016 15:57:23 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-7.1.0alpha3~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f63291ab640b8e0e33d8a077aa0596f497f404c;p=php Update NEWS --- 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)