Skip to content

Commit

Permalink
Merge pull request #2 from SeasX/bugfix-php74-support
Browse files Browse the repository at this point in the history
PHP 7.4 support
  • Loading branch information
aiwhj authored Jun 6, 2019
2 parents b6abacf + fe089ab commit 3ac4381
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 3ac4381

Please sign in to comment.