1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 05:51:02 +02:00

Bump ZEND_MODULE_API_NO due to the TSRMLS change to zend_is_true()

This commit is contained in:
Sara Golemon
2013-12-22 14:10:59 -08:00
parent befdd1770a
commit 6a2a2b52f9

View File

@@ -33,7 +33,7 @@
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module TSRMLS_DC
#define ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU zend_module TSRMLS_CC
#define ZEND_MODULE_API_NO 20131106
#define ZEND_MODULE_API_NO 20131218
#ifdef ZTS
#define USING_ZTS 1
#else