We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2829095 commit 5a6710eCopy full SHA for 5a6710e
config.m4
@@ -38,8 +38,8 @@ if test "$PHP_MONGODB" != "no"; then
38
39
AC_MSG_RESULT($PHP_MONGODB_PHP_VERSION)
40
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)])
+ if test "$PHP_MONGODB_PHP_VERSION_ID" -lt "80100"; then
+ AC_MSG_ERROR([not supported. Need a PHP version >= 8.1.0 (found $PHP_MONGODB_PHP_VERSION)])
43
fi
44
45
PHP_MONGODB_STD_CFLAGS=""
0 commit comments