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 71baad2 commit 611e6fbCopy full SHA for 611e6fb
config.m4
@@ -20,8 +20,8 @@ if test "$PHP_MONGODB" != "no"; then
20
fi
21
22
AC_MSG_RESULT($PHP_MONGODB_PHP_VERSION)
23
- if test "$PHP_MONGODB_PHP_VERSION_ID" -lt "50600"; then
24
- AC_MSG_ERROR([not supported. Need a PHP version >= 5.6.0 (found $PHP_MONGODB_PHP_VERSION)])
+ if test "$PHP_MONGODB_PHP_VERSION_ID" -lt "70000"; then
+ AC_MSG_ERROR([not supported. Need a PHP version >= 7.0.0 (found $PHP_MONGODB_PHP_VERSION)])
25
26
27
PHP_ARG_ENABLE([mongodb-developer-flags],
0 commit comments