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 | f1f2a649e299b9b997d38977909bd54c52f5c4e3 (patch) | |
tree | fc820d40b21c702889eb5eb178258fc2e8a24187 /main/php.h | |
parent | c2663588e1bfe4d30a73c7529710abca1c853058 (diff) | |
download | php-git-f1f2a649e299b9b997d38977909bd54c52f5c4e3.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 |