summaryrefslogtreecommitdiff
path: root/sapi/thttpd/thttpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/thttpd/thttpd.c')
-rw-r--r--sapi/thttpd/thttpd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sapi/thttpd/thttpd.c b/sapi/thttpd/thttpd.c
index f12e50a79a..5da9d6eeef 100644
--- a/sapi/thttpd/thttpd.c
+++ b/sapi/thttpd/thttpd.c
@@ -262,7 +262,6 @@ static void thttpd_module_main(TSRMLS_D TSRMLS_DC)
{
zend_file_handle file_handle;
TSRMLS_FETCH();
- TSRMLS_FETCH();
file_handle.type = ZEND_HANDLE_FILENAME;
file_handle.filename = SG(request_info).path_translated;
@@ -446,7 +445,6 @@ static void *worker_thread(void *dummy)
int do_work = 50;
httpd_conn *hc;
TSRMLS_FETCH();
- TSRMLS_FETCH();
while (do_work) {
hc = dequeue_request();
@@ -519,7 +517,6 @@ off_t thttpd_php_request(httpd_conn *hc)
queue_request(hc);
#else
TSRMLS_FETCH();
- TSRMLS_FETCH();
return thttpd_real_php_request(hc TSRMLS_CC TSRMLS_CC);
#endif
}