diff options
Diffstat (limited to 'ext/pdo_mysql/pdo_mysql.c')
| -rw-r--r-- | ext/pdo_mysql/pdo_mysql.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_mysql/pdo_mysql.c b/ext/pdo_mysql/pdo_mysql.c index f767aff2f7..701137a2a5 100644 --- a/ext/pdo_mysql/pdo_mysql.c +++ b/ext/pdo_mysql/pdo_mysql.c @@ -33,7 +33,7 @@  #ifdef COMPILE_DL_PDO_MYSQL  #ifdef ZTS -ZEND_TSRMLS_CACHE_DEFINE; +ZEND_TSRMLS_CACHE_DEFINE();  #endif  ZEND_GET_MODULE(pdo_mysql)  #endif @@ -210,7 +210,7 @@ static PHP_RSHUTDOWN_FUNCTION(pdo_mysql)  static PHP_GINIT_FUNCTION(pdo_mysql)  {  #if defined(COMPILE_DL_PDO_MYSQL) && defined(ZTS) -ZEND_TSRMLS_CACHE_UPDATE; +ZEND_TSRMLS_CACHE_UPDATE();  #endif  #ifndef PHP_WIN32  	pdo_mysql_globals->default_socket = NULL;  | 
