From 58962c7371820a7090c079aaa7457d0449fbfde6 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Thu, 25 May 2006 18:47:21 +0000 Subject: [PATCH] Missing definition, patch by Steph Fox --- main/php.h | 1 + 1 file changed, 1 insertion(+) diff --git a/main/php.h b/main/php.h index 001a277029..e8e81780da 100644 --- a/main/php.h +++ b/main/php.h @@ -334,6 +334,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 -- 2.40.0