mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
made ZEND_TSRMLS_CACHE_* macros look like function calls
which also comply with the current semantics for such macros
This commit is contained in:
parent
812c0c0337
commit
af3ca74501
63 changed files with 109 additions and 109 deletions
|
@ -85,7 +85,7 @@ ZEND_EXTERN_MODULE_GLOBALS(pdo_mysql)
|
|||
#ifdef ZTS
|
||||
#define PDO_MYSQL_G(v) ZEND_TSRMG(pdo_mysql_globals_id, zend_pdo_mysql_globals *, v)
|
||||
# ifdef COMPILE_DL_PDO_MYSQL
|
||||
ZEND_TSRMLS_CACHE_EXTERN;
|
||||
ZEND_TSRMLS_CACHE_EXTERN();
|
||||
# endif
|
||||
#else
|
||||
#define PDO_MYSQL_G(v) (pdo_mysql_globals.v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue