[ci skip] Update NEWS and UPGRADING wrt. unbundling libsqlite

This commit is contained in:
Christoph M. Becker 2018-10-06 12:44:50 +02:00
parent 6083a387a8
commit 849a896a5e
2 changed files with 5 additions and 1 deletions

2
NEWS
View File

@ -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

View File

@ -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.