Skip to content

Commit

Permalink
PHP 7.4 support
Browse files Browse the repository at this point in the history
PHP 7.4 support
fix: #1
  • Loading branch information
wujunze authored May 28, 2019
1 parent 222dc13 commit fe089ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions php7_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
| Author: SeasX Group <[email protected]> |
+----------------------------------------------------------------------+
*/
// PHP7.4 +
#if !defined(ZEND_ACC_IMPLICIT_PUBLIC)
# define ZEND_ACC_IMPLICIT_PUBLIC ZEND_ACC_PUBLIC
#endif

// PHP7+
#if PHP_MAJOR_VERSION < 7

Expand Down

0 comments on commit fe089ab

Please sign in to comment.