diff --git a/php7_wrapper.h b/php7_wrapper.h index e856b15..2306ff8 100644 --- a/php7_wrapper.h +++ b/php7_wrapper.h @@ -15,6 +15,11 @@ | Author: SeasX Group | +----------------------------------------------------------------------+ */ +// PHP7.4 + +#if !defined(ZEND_ACC_IMPLICIT_PUBLIC) +# define ZEND_ACC_IMPLICIT_PUBLIC ZEND_ACC_PUBLIC +#endif + // PHP7+ #if PHP_MAJOR_VERSION < 7