mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Added new macro to be used in the end of zend_function_entry declaration (Gwynne)
This commit is contained in:
parent
c168ea8477
commit
f8a3334c89
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue