From 854b3ebdc344aad82adb6eb2b6323ba8acd391b9 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 30 Sep 2004 08:03:38 +0000 Subject: [PATCH] - Add missing macro --- main/php.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1