diff options
author | Sascha Schumann <sas@php.net> | 2001-08-05 15:29:47 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-08-05 15:29:47 +0000 |
commit | 8aef1930565d36807647e52b5e5b7c4e3f4a57b1 (patch) | |
tree | b5aedc9051d566b1bcf94fef22e5d2798b33a7ea /sapi/tux/php_tux.c | |
parent | 02fea7ed2358518441637a1fbe5113bc4f92dd9d (diff) | |
download | php-git-8aef1930565d36807647e52b5e5b7c4e3f4a57b1.tar.gz |
more tsrm cleanup
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)) { |