File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ endblock()
207207set (PHP_OPENSSL_MIN_VERSION 1.1.1)
208208
209209# Minimum required version for the SQLite dependency.
210- set (PHP_SQLITE_MIN_VERSION 3.7.7 )
210+ set (PHP_SQLITE_MIN_VERSION 3.7.17 )
211211
212212# Minimum required version for the PostgreSQL dependency.
213213set (PHP_POSTGRESQL_MIN_VERSION 10.0)
Original file line number Diff line number Diff line change @@ -939,6 +939,8 @@ PHP coding standards now use the C11 standard.
939939* ext/standard/datetime.h is not installed anymore.
940940* Minimum required ICU package version (for ext/intl) has been increased from
941941 50.1 to 57.1.
942+ * Minimum required SQLite library version has been increased from 3.7.7 to
943+ 3.7.17.
942944* Bundled file library in ext/fileinfo upgraded to 5.46.
943945* Bundled pcre2lib in ext/pcre upgraded from 10.44 to 10.45.
944946* Added new extensions lexbor and uri as always enabled.
You can’t perform that action at this time.
0 commit comments