summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBohwaZ <bohwaz@github.com>2019-06-17 23:28:30 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-06-17 23:34:51 +0200
commitce22ccc77b1cfe3d922ebe485069afc61d784916 (patch)
tree59f884de2a58c9f651052dc6ade3ff796d3f9aa7 /NEWS
parentd924b426c90a16b954b9f17e239a105e7697a1fc (diff)
downloadphp-git-ce22ccc77b1cfe3d922ebe485069afc61d784916.tar.gz
Implement SQLite3 backup API
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2e6ce32e97..4e8b6f234f 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ PHP NEWS
. Fixed bug #78106 (Path resolution fails if opcache disabled during request).
(Nikita)
+- SQLite3:
+ . Implement FR ##70950 (Make SQLite3 Online Backup API available). (BohwaZ)
+
13 Jun 2019, PHP 7.4.0alpha1
- Core: