Add missing macro

# by popular demand, more and more exts need this
This commit is contained in:
Marcus Boerger 2004-01-12 00:19:40 +00:00
parent 910e20064a
commit 61fc2a9209
2 changed files with 2 additions and 0 deletions

View file

@ -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