diff options
| author | Anatol Belski <ab@php.net> | 2014-10-07 09:09:46 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-10-07 09:09:46 +0200 |
| commit | ebaa6a74a51d435c81489d7ea5df41e286135465 (patch) | |
| tree | 2f9fd0b5f7d6ff1cd0a2a193177bc6f5df14edea /main/php_globals.h | |
| parent | 38a076682fc69c44c5864fe7e7552e7838ff5a05 (diff) | |
| download | php-git-ebaa6a74a51d435c81489d7ea5df41e286135465.tar.gz | |
force more static tsrmls cache usage
Diffstat (limited to 'main/php_globals.h')
| -rw-r--r-- | main/php_globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index a60efe69de..76933d8f07 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -26,7 +26,7 @@ typedef struct _php_core_globals php_core_globals; #ifdef ZTS -# define PG(v) TSRMG(core_globals_id, php_core_globals *, v) +# define PG(v) ZEND_TSRMG(core_globals_id, php_core_globals *, v) extern PHPAPI int core_globals_id; #else # define PG(v) (core_globals.v) |
