Skip to content

Commit 5a6710e

Browse files
committed
Bump PHP requirement in config.m4
1 parent 2829095 commit 5a6710e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ if test "$PHP_MONGODB" != "no"; then
3838

3939
AC_MSG_RESULT($PHP_MONGODB_PHP_VERSION)
4040

41-
if test "$PHP_MONGODB_PHP_VERSION_ID" -lt "70400"; then
42-
AC_MSG_ERROR([not supported. Need a PHP version >= 7.4.0 (found $PHP_MONGODB_PHP_VERSION)])
41+
if test "$PHP_MONGODB_PHP_VERSION_ID" -lt "80100"; then
42+
AC_MSG_ERROR([not supported. Need a PHP version >= 8.1.0 (found $PHP_MONGODB_PHP_VERSION)])
4343
fi
4444

4545
PHP_MONGODB_STD_CFLAGS=""

0 commit comments

Comments
 (0)