aports/testing/php85-spx/fix-php85.patch
2025-07-20 18:55:48 +02:00

12 lines
348 B
Diff

--- a/src/php_spx.h
+++ b/src/php_spx.h
@@ -31,7 +31,7 @@
# error "Only x86-64 and ARM64 architectures are supported"
#endif
-#if ZEND_MODULE_API_NO < 20100525 || ZEND_MODULE_API_NO > 20240924
+#if ZEND_MODULE_API_NO < 20100525 || ZEND_MODULE_API_NO > 20240925
# error "Only the following PHP versions are supported: 5.4 to 8.4"
#endif