summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-01-12 00:19:40 +0000
committerMarcus Boerger <helly@php.net>2004-01-12 00:19:40 +0000
commit61fc2a920981a68cb58261243eb06211babb99b6 (patch)
tree8b4bcfe44f2c45eb0a6472bc0409072cb284945f /main
parent910e20064a673af1661c5b1d128791b32dd3da5b (diff)
downloadphp-git-61fc2a920981a68cb58261243eb06211babb99b6.tar.gz
Add missing macro
# by popular demand, more and more exts need this
Diffstat (limited to 'main')
-rw-r--r--main/php.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php.h b/main/php.h
index 2f63f94b49..f19affd178 100644
--- a/main/php.h
+++ b/main/php.h
@@ -355,6 +355,7 @@ END_EXTERN_C()
#define PHP_FE ZEND_FE
#define PHP_FALIAS ZEND_FALIAS
#define PHP_ME ZEND_ME
+#define PHP_ME_MAPPING ZEND_ME_MAPPING
#define PHP_MODULE_STARTUP_N ZEND_MODULE_STARTUP_N
#define PHP_MODULE_SHUTDOWN_N ZEND_MODULE_SHUTDOWN_N