We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074569a commit 6a0e039Copy full SHA for 6a0e039
interbase.c
@@ -461,7 +461,7 @@ zend_module_entry ibase_module_entry = {
461
462
#ifdef COMPILE_DL_INTERBASE
463
#ifdef ZTS
464
-ZEND_TSRMLS_CACHE_DEFINE();
+ZEND_TSRMLS_CACHE_DEFINE()
465
#endif
466
ZEND_GET_MODULE(ibase)
467
php_ibase_includes.h
@@ -130,7 +130,7 @@ enum php_interbase_option {
130
#define IBG(v) ZEND_MODULE_GLOBALS_ACCESSOR(ibase, v)
131
132
#if defined(ZTS) && defined(COMPILE_DL_INTERBASE)
133
-ZEND_TSRMLS_CACHE_EXTERN();
+ZEND_TSRMLS_CACHE_EXTERN()
134
135
136
#define BLOB_ID_LEN 18
0 commit comments