Skip to content

Commit 25d4af9

Browse files
committed
Fixed ZTS cache usage
1 parent b0d76ed commit 25d4af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/phpdbg/phpdbg_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ static zend_always_inline zend_execute_data *phpdbg_user_execute_data(zend_execu
111111
#define PHPDBG_OUTPUT_BACKUP_DEFINES() \
112112
zend_output_globals *output_globals_ptr; \
113113
zend_output_globals original_output_globals; \
114-
output_globals_ptr = TSRMG_BULK(output_globals_id, zend_output_globals *);
114+
output_globals_ptr = TSRMG_BULK_STATIC(output_globals_id, zend_output_globals *);
115115
#else
116116
#define PHPDBG_OUTPUT_BACKUP_DEFINES() \
117117
zend_output_globals *output_globals_ptr; \

0 commit comments

Comments
 (0)