summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2006-05-25 18:48:30 +0000
committerEdin Kadribasic <edink@php.net>2006-05-25 18:48:30 +0000
commit4eab1237233b7a33087927fda01519552db5615a (patch)
tree1cc849306e2418b25876b62ccbe26c04b5046611 /main/php.h
parent0638b7cfec8c6e3a9436cd3b899c19d49491df17 (diff)
downloadphp-git-4eab1237233b7a33087927fda01519552db5615a.tar.gz
MFB: Missing definition, patch by Steph Fox
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php.h b/main/php.h
index 90e3ad68d3..9a543ac53a 100644
--- a/main/php.h
+++ b/main/php.h
@@ -330,6 +330,7 @@ END_EXTERN_C()
/* PHP-named Zend macro wrappers */
#define PHP_FN ZEND_FN
+#define PHP_MN ZEND_MN
#define PHP_NAMED_FUNCTION ZEND_NAMED_FUNCTION
#define PHP_FUNCTION ZEND_FUNCTION
#define PHP_METHOD ZEND_METHOD