mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
bring back all the TSRMLS_FETCH() stuff
for better comparability with the mainstream
This commit is contained in:
parent
382f95e612
commit
c00424e427
97 changed files with 377 additions and 12 deletions
|
@ -928,6 +928,7 @@ static inline php_output_handler_status_t php_output_handler_op(php_output_handl
|
|||
{
|
||||
php_output_handler_status_t status;
|
||||
int original_op = context->op;
|
||||
PHP_OUTPUT_TSRMLS(context);
|
||||
|
||||
#if PHP_OUTPUT_DEBUG
|
||||
fprintf(stderr, ">>> op(%d, "
|
||||
|
@ -1266,6 +1267,7 @@ static inline int php_output_stack_pop(int flags TSRMLS_DC)
|
|||
static int php_output_handler_compat_func(void **handler_context, php_output_context *output_context)
|
||||
{
|
||||
php_output_handler_func_t func = *(php_output_handler_func_t *) handler_context;
|
||||
PHP_OUTPUT_TSRMLS(output_context);
|
||||
|
||||
if (func) {
|
||||
char *out_str = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue