Skip to content

Commit b5ea009

Browse files
committed
decrease to version supported by older rhel7.
thankfully even the slightly newer sqlite3_stmt_busy call remains available.
1 parent 73efa35 commit b5ea009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/php.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,7 @@ dnl
19231923
dnl Common setup macro for SQLite library.
19241924
dnl
19251925
AC_DEFUN([PHP_SETUP_SQLITE], [
1926-
PKG_CHECK_MODULES([SQLITE], [sqlite3 >= 3.25.3], [
1926+
PKG_CHECK_MODULES([SQLITE], [sqlite3 >= 3.7.17], [
19271927
PHP_EVAL_INCLINE([$SQLITE_CFLAGS])
19281928
PHP_EVAL_LIBLINE([$SQLITE_LIBS], [$1])
19291929
])

0 commit comments

Comments
 (0)