Browse Source

MFB: Missing definition, patch by Steph Fox

migration/RELEASE_1_0_0
Edin Kadribasic 20 years ago
parent
commit
4eab123723
  1. 1
      main/php.h

1
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

Loading…
Cancel
Save