We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b16ada commit 51465c2Copy full SHA for 51465c2
2 files changed
ext/intl/php_intl.cpp
@@ -157,7 +157,9 @@ zend_module_entry intl_module_entry = {
157
158
#ifdef COMPILE_DL_INTL
159
#ifdef ZTS
160
+extern "C" {
161
ZEND_TSRMLS_CACHE_DEFINE()
162
+}
163
#endif
164
ZEND_GET_MODULE( intl )
165
ext/intl/php_intl.h
@@ -49,7 +49,9 @@ ZEND_BEGIN_MODULE_GLOBALS(intl)
49
ZEND_END_MODULE_GLOBALS(intl)
50
51
#if defined(ZTS) && defined(COMPILE_DL_INTL)
52
53
ZEND_TSRMLS_CACHE_EXTERN()
54
55
56
57
ZEND_EXTERN_MODULE_GLOBALS(intl)
0 commit comments