Skip to content

Commit f5c5986

Browse files
committed
_FUNCTION is used in definition, so use _D
1 parent 4fee32f commit f5c5986

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Zend/zend_API.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -409,10 +409,10 @@ ZEND_API int zend_set_hash_symbol(zval *symbol, char *name, int name_length,
409409
#define ZEND_MINFO ZEND_MODULE_INFO_N
410410

411411
#define ZEND_MINIT_FUNCTION ZEND_MODULE_STARTUP_D
412-
#define ZEND_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_N
413-
#define ZEND_RINIT_FUNCTION ZEND_MODULE_ACTIVATE_N
414-
#define ZEND_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_N
415-
#define ZEND_MINFO_FUNCTION ZEND_MODULE_INFO_N
412+
#define ZEND_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
413+
#define ZEND_RINIT_FUNCTION ZEND_MODULE_ACTIVATE_D
414+
#define ZEND_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
415+
#define ZEND_MINFO_FUNCTION ZEND_MODULE_INFO_D
416416

417417
#endif /* ZEND_API_H */
418418

0 commit comments

Comments
 (0)