diff options
author | Felipe Pena <felipe@php.net> | 2011-07-25 11:30:53 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2011-07-25 11:30:53 +0000 |
commit | f8a3334c89defdff21e4e658d2fd531d540cf231 (patch) | |
tree | d2b235e6fb9a73ae2d1c39a8c56026bb240aa23c /main/php.h | |
parent | c168ea847783d1ccf08980bd811a0f2d4ea7cf89 (diff) | |
download | php-git-f8a3334c89defdff21e4e658d2fd531d540cf231.tar.gz |
- Added new macro to be used in the end of zend_function_entry declaration (Gwynne)
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php.h b/main/php.h index e108c25413..7af265c78a 100644 --- a/main/php.h +++ b/main/php.h @@ -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 |