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/phttpd/phttpd.c | |
| parent | 02fea7ed2358518441637a1fbe5113bc4f92dd9d (diff) | |
| download | php-git-8aef1930565d36807647e52b5e5b7c4e3f4a57b1.tar.gz | |
more tsrm cleanup
Diffstat (limited to 'sapi/phttpd/phttpd.c')
| -rw-r--r-- | sapi/phttpd/phttpd.c | 3 |
1 files changed, 1 insertions, 2 deletions
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); |
