mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
11 lines
524 B
Diff
11 lines
524 B
Diff
--- 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)])
|