1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/testing/php85-pecl-xdebug/php85-pecl-xdebug-fix.patch
2025-07-02 18:57:58 +00:00

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)])