mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
12 lines
373 B
Diff
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
|
|
|