- Added new macro to be used in the end of zend_function_entry declaration (Gwynne)

This commit is contained in:
Felipe Pena 2011-07-25 11:30:53 +00:00
parent c168ea8477
commit f8a3334c89
2 changed files with 3 additions and 0 deletions

View file

@ -359,6 +359,7 @@ END_EXTERN_C()
#define PHP_MALIAS ZEND_MALIAS
#define PHP_ABSTRACT_ME ZEND_ABSTRACT_ME
#define PHP_ME_MAPPING ZEND_ME_MAPPING
#define PHP_FE_END ZEND_FE_END
#define PHP_MODULE_STARTUP_N ZEND_MODULE_STARTUP_N
#define PHP_MODULE_SHUTDOWN_N ZEND_MODULE_SHUTDOWN_N