mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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
|
@ -104,6 +104,9 @@ typedef struct _php_output_context {
|
|||
php_output_buffer out;
|
||||
} php_output_context;
|
||||
|
||||
/* XXX remove this after TLS branch merge */
|
||||
#define PHP_OUTPUT_TSRMLS(ctx)
|
||||
|
||||
/* old-style, stateless callback */
|
||||
typedef void (*php_output_handler_func_t)(char *output, uint output_len, char **handled_output, uint *handled_output_len, int mode TSRMLS_DC);
|
||||
/* new-style, opaque context callback */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue