]> granicus.if.org Git - php/commitdiff
[ci skip] Update NEWS and UPGRADING wrt. unbundling libsqlite
authorChristoph M. Becker <cmbecker69@gmx.de>
Sat, 6 Oct 2018 10:44:50 +0000 (12:44 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sat, 6 Oct 2018 10:45:06 +0000 (12:45 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 78334fab08120e073c2e5dab039f800fdb34247d..f7cbf70f7434681cf92e893e30dd3fbcb418b727 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,7 +23,7 @@ PHP                                                                        NEWS
   . Implemented sqlite_stmt_readonly in PDO_SQLite. (BohwaZ)
 
 - SQLite3:
-  . Updated to SQLite 3.25.1. (cmb)
+  . Unbundled libsqlite. (cmb)
 
 - Standard:
   . Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with 
index 08f353a188ddcf9b78855ba8b10b6d71bc2e2438..ff72fa0beb8c218ccaae96e100020ef1bd3901e0 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -92,6 +92,10 @@ PHP 7.4 UPGRADE NOTES
     results of Reflection...::getModifiers(), using hard-coded numeric values.
     Use corresponding constants instead (e.g. ReflectionMethod::IS_PUBLIC).
 
+- SQLite3:
+  . The bundled libsqlite has been removed.  To build the SQLite3 and/or 
+    PDO_SQLite extensions a system libsqlite3 ≥ 3.3.9 is now required.
+
 - Zip:
   . The bundled libzip library has been removed. A system libzip >= 0.11 is now
     necessary to build the extension.