summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-09-13 15:54:29 +0200
committerAnatol Belski <ab@php.net>2016-09-13 15:54:29 +0200
commite2874f7bf990ed58ba6f7abccefa2c00a0447fc7 (patch)
tree864b3d71ddc9483171d447403cdadf705c427ebc
parent8978bd2ebe60203c84610b38b91807f8e540ec68 (diff)
downloadphp-git-PHP-7.0.11.tar.gz
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 398c3938e7..f9211f5dcf 100644
--- a/NEWS
+++ b/NEWS
@@ -106,6 +106,9 @@ PHP NEWS
. Fixed bug #71882 (Negative ftruncate() on php://memory exhausts memory).
(cmb)
+- SQLite3:
+ . Downgraded bundled SQLite to 3.8.10.2. (Anatol);
+
- Sysvshm:
. Fixed bug #72858 (shm_attach null dereference). (Anatol)