Skip to content

Commit 78f2ded

Browse files
sgolemonweltling
authored andcommitted
Bump ZEND_MODULE_API_NO due to the TSRMLS change to zend_is_true()
1 parent a2e77fb commit 78f2ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_modules.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module TSRMLS_DC
3434
#define ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU zend_module TSRMLS_CC
3535

36-
#define ZEND_MODULE_API_NO 20131106
36+
#define ZEND_MODULE_API_NO 20131218
3737
#ifdef ZTS
3838
#define USING_ZTS 1
3939
#else

0 commit comments

Comments
 (0)