aports/testing/php84-spx/fix-build.patch
2024-07-27 11:52:56 +02:00

12 lines
373 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 > 20230831 // 8.3-RC5
+#if ZEND_MODULE_API_NO < 20100525 || ZEND_MODULE_API_NO > 20230901 // 8.4-alpha2
# error "Only the following PHP versions are supported: 5.4 to 8.3"
#endif