--- a/config.m4 +++ b/config.m4 @@ -19,7 +19,7 @@ if test "$PHP_XDEBUG_FOUND_VERNUM" -lt "80000"; then AC_MSG_ERROR([not supported. Need a PHP version >= 8.0.0 and < 8.5.0 (found $PHP_XDEBUG_FOUND_VERSION)]) else - if test "$PHP_XDEBUG_FOUND_VERNUM" -ge "80500"; then + if test "$PHP_XDEBUG_FOUND_VERNUM" -ge "80600"; then AC_MSG_ERROR([not supported. Need a PHP version >= 8.0.0 and < 8.5.0 (found $PHP_XDEBUG_FOUND_VERSION)]) else AC_MSG_RESULT([supported ($PHP_XDEBUG_FOUND_VERSION)])