diff options
Diffstat (limited to 'sapi/tux/php_tux.c')
-rw-r--r-- | sapi/tux/php_tux.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sapi/tux/php_tux.c b/sapi/tux/php_tux.c index 70199750fd..4d44b40728 100644 --- a/sapi/tux/php_tux.c +++ b/sapi/tux/php_tux.c @@ -49,11 +49,10 @@ static php_tux_globals tux_globals; #define TG(v) (tux_globals.v) -static int sapi_tux_ub_write(const char *str, uint str_length) +static int sapi_tux_ub_write(const char *str, uint str_length TSRMLS_DC) { int n; uint sent = 0; - TSRMLS_FETCH(); /* combine headers and body */ if (TG(number_vec)) { |