Skip to content

Commit fe089ab

Browse files
authored
PHP 7.4 support
PHP 7.4 support fix: SeasX#1
1 parent 222dc13 commit fe089ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

php7_wrapper.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
| Author: SeasX Group <ahhhh.wang@gmail.com> |
1616
+----------------------------------------------------------------------+
1717
*/
18+
// PHP7.4 +
19+
#if !defined(ZEND_ACC_IMPLICIT_PUBLIC)
20+
# define ZEND_ACC_IMPLICIT_PUBLIC ZEND_ACC_PUBLIC
21+
#endif
22+
1823
// PHP7+
1924
#if PHP_MAJOR_VERSION < 7
2025

0 commit comments

Comments
 (0)