From 849a896a5e3b22eaa336ef9e2dec2dc363173cc7 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sat, 6 Oct 2018 12:44:50 +0200 Subject: [PATCH] [ci skip] Update NEWS and UPGRADING wrt. unbundling libsqlite --- NEWS | 2 +- UPGRADING | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 78334fab08..f7cbf70f74 100644 --- 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 diff --git a/UPGRADING b/UPGRADING index 08f353a188..ff72fa0beb 100644 --- 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. -- 2.50.0