Skip to content

Commit

Permalink
Merge pull request #198 from 8ctopus/php8.2
Browse files Browse the repository at this point in the history
Add support for php 8.2.0 RC2
  • Loading branch information
NoiseByNorthwest committed Sep 24, 2022
2 parents 722f8c8 + 54a2815 commit 8482877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php_spx.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# error "Only x86-64 and ARM64 architectures are supported"
#endif

#if ZEND_MODULE_API_NO < 20131226 || ZEND_MODULE_API_NO > 20210903
#if ZEND_MODULE_API_NO < 20131226 || ZEND_MODULE_API_NO > 20220830
# error "Only the following PHP versions are supported: 5.6 to 8.2"
#endif

Expand Down

0 comments on commit 8482877

Please sign in to comment.