summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2016-06-27 17:07:26 +0200
committerChristoph M. Becker <cmb@php.net>2016-06-27 17:07:26 +0200
commit1314db71091a171e9c2a6b27a4a74c628e76ada9 (patch)
treefac1781dd02a023a8b59d1bc514bca2f53026ea8
parent57940605da718174cdcf5f6bf19b7ed7df27ffa6 (diff)
downloadphp-git-1314db71091a171e9c2a6b27a4a74c628e76ada9.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0bb217d233..4f41dd16d8 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,10 @@ PHP NEWS
. Fixed bug #72336 (openssl_pkey_new does not fail for invalid DSA params).
(Jakub Zelenka)
+- SQLite3:
+ . Fixed bug #70628 (Clearing bindings on an SQLite3 statement doesn't work).
+ (cmb)
+
- Streams:
. Fixed bug #72439 (Stream socket with remote address leads to a segmentation
fault). (Laruence)