mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Fixed ZTS cache usage
This commit is contained in:
commit
a29f7e93b4
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue