1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00

MFB: Missing definition, patch by Steph Fox

This commit is contained in:
Edin Kadribasic
2006-05-25 18:48:30 +00:00
parent 0638b7cfec
commit 4eab123723

View File

@@ -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