summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-09-13 15:55:31 +0200
committerAnatol Belski <ab@php.net>2016-09-13 15:55:31 +0200
commit667d8d352246023271cdb6654299d3253817f17c (patch)
tree800edcfb1bc80cf055009d2d2a2e031b120b9b3e
parent598ed66f8247f2bcb04a889a1838005fddaf020b (diff)
downloadphp-git-667d8d352246023271cdb6654299d3253817f17c.tar.gz
update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cce2a02f4d..8bc2cc5fcd 100644
--- a/NEWS
+++ b/NEWS
@@ -156,6 +156,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)