From 8aef1930565d36807647e52b5e5b7c4e3f4a57b1 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 5 Aug 2001 15:29:47 +0000 Subject: more tsrm cleanup --- sapi/phttpd/phttpd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sapi/phttpd/phttpd.c') diff --git a/sapi/phttpd/phttpd.c b/sapi/phttpd/phttpd.c index c3aec39e93..ff5cc6677c 100644 --- a/sapi/phttpd/phttpd.c +++ b/sapi/phttpd/phttpd.c @@ -57,10 +57,9 @@ php_phttpd_startup(sapi_module_struct *sapi_module) } static int -php_phttpd_sapi_ub_write(const char *str, uint str_length) +php_phttpd_sapi_ub_write(const char *str, uint str_length TSRMLS_DC) { int sent_bytes; - TSRMLS_FETCH(); sent_bytes = fd_write(PHG(cip)->fd, str, str_length); -- cgit v1.2.1