diff options
author | Marcus Boerger <helly@php.net> | 2004-09-30 08:03:38 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-09-30 08:03:38 +0000 |
commit | 854b3ebdc344aad82adb6eb2b6323ba8acd391b9 (patch) | |
tree | 8bcd49d0e1a79fa6030fb90f8d644f4053a68153 /main/php.h | |
parent | c7cd1d708faf23e6ee4b3f14af05da12ec5b902b (diff) | |
download | php-git-854b3ebdc344aad82adb6eb2b6323ba8acd391b9.tar.gz |
- Add missing macro
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 b0acc095c3..945dfb5ce4 100644 --- a/main/php.h +++ b/main/php.h @@ -337,6 +337,7 @@ END_EXTERN_C() #define PHP_FE ZEND_FE #define PHP_FALIAS ZEND_FALIAS #define PHP_ME ZEND_ME +#define PHP_MALIAS ZEND_MALIAS #define PHP_ME_MAPPING ZEND_ME_MAPPING #define PHP_MODULE_STARTUP_N ZEND_MODULE_STARTUP_N |