Skip to content

Commit 3efa671

Browse files
committed
Sync with upstream: SQLite minimum required version
1 parent 6b96a3e commit 3efa671

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cmake/cmake/Configuration.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ endblock()
207207
set(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.
213213
set(PHP_POSTGRESQL_MIN_VERSION 10.0)

docs/evolution.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)