summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2016-06-27 17:17:34 +0200
committerChristoph M. Becker <cmb@php.net>2016-06-27 17:17:34 +0200
commitb5fc4dbf210fdbf46b037996c8479d1844e81f5d (patch)
treeb1d199c2869f3d06955e940f5bbc56305befa766
parent0f03224d59cc746da4922a2c5a06122c0c21adc8 (diff)
downloadphp-git-b5fc4dbf210fdbf46b037996c8479d1844e81f5d.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 68eea45892..d45517e01d 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@ PHP NEWS
. Fixed bug #72476 (Memleak in jit_stack). (Laruence)
. Fixed bug #72463 (mail fails with invalid argument). (Anatol)
+- SQLite3:
+ . Fixed bug #70628 (Clearing bindings on an SQLite3 statement doesn't work).
+ (cmb)
+
- Standard:
. Fixed bug #72306 (Heap overflow through proc_open and $env parameter).
(Laruence)