mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
12 lines
348 B
Diff
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
|
|
|