mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add missing macro
# by popular demand, more and more exts need this
This commit is contained in:
parent
910e20064a
commit
61fc2a9209
2 changed files with 2 additions and 0 deletions
|
@ -355,6 +355,7 @@ END_EXTERN_C()
|
|||
#define PHP_FE ZEND_FE
|
||||
#define PHP_FALIAS ZEND_FALIAS
|
||||
#define PHP_ME ZEND_ME
|
||||
#define PHP_ME_MAPPING ZEND_ME_MAPPING
|
||||
|
||||
#define PHP_MODULE_STARTUP_N ZEND_MODULE_STARTUP_N
|
||||
#define PHP_MODULE_SHUTDOWN_N ZEND_MODULE_SHUTDOWN_N
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue