summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_utils.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2019-03-12 15:13:52 +0300
committerDmitry Stogov <dmitry@zend.com>2019-03-12 15:13:52 +0300
commit25d4af9413b478393b9bc92fdb585495d56d8e25 (patch)
tree69fbddc41b06a5c15476b58c2adace9216a89232 /sapi/phpdbg/phpdbg_utils.h
parentb0d76ed4adce1099d6dd101e6757af6c1d0f6646 (diff)
downloadphp-git-25d4af9413b478393b9bc92fdb585495d56d8e25.tar.gz
Fixed ZTS cache usage
Diffstat (limited to 'sapi/phpdbg/phpdbg_utils.h')
-rw-r--r--sapi/phpdbg/phpdbg_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_utils.h b/sapi/phpdbg/phpdbg_utils.h
index 84b1f5c511..c212056670 100644
--- a/sapi/phpdbg/phpdbg_utils.h
+++ b/sapi/phpdbg/phpdbg_utils.h
@@ -111,7 +111,7 @@ static zend_always_inline zend_execute_data *phpdbg_user_execute_data(zend_execu
#define PHPDBG_OUTPUT_BACKUP_DEFINES() \
zend_output_globals *output_globals_ptr; \
zend_output_globals original_output_globals; \
- output_globals_ptr = TSRMG_BULK(output_globals_id, zend_output_globals *);
+ output_globals_ptr = TSRMG_BULK_STATIC(output_globals_id, zend_output_globals *);
#else
#define PHPDBG_OUTPUT_BACKUP_DEFINES() \
zend_output_globals *output_globals_ptr; \