summaryrefslogtreecommitdiff
path: root/sapi/tux/php_tux.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-08-05 14:27:39 +0000
committerSascha Schumann <sas@php.net>2001-08-05 14:27:39 +0000
commit2cce13fd50411ff524e34c3cc27f9a2087cec115 (patch)
treede4a07fe5160b6842942959adaef7317031a8209 /sapi/tux/php_tux.c
parent0af7ad15f58587a48aeee460f15cb24a7bf97760 (diff)
downloadphp-git-2cce13fd50411ff524e34c3cc27f9a2087cec115.tar.gz
further tsrm cleanup
Diffstat (limited to 'sapi/tux/php_tux.c')
-rw-r--r--sapi/tux/php_tux.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sapi/tux/php_tux.c b/sapi/tux/php_tux.c
index abec466410..70199750fd 100644
--- a/sapi/tux/php_tux.c
+++ b/sapi/tux/php_tux.c
@@ -182,7 +182,6 @@ static void sapi_tux_register_variables(zval *track_vars_array TSRMLS_DC)
{
char buf[BUF_SIZE + 1];
char *p;
- TSRMLS_FETCH();
sprintf(buf, "Server: %s", TUXAPI_version);
@@ -276,8 +275,6 @@ static sapi_module_struct tux_sapi_module = {
static void tux_module_main(TSRMLS_D)
{
zend_file_handle file_handle;
- TSRMLS_FETCH()FETCH();
- TSRMLS_FETCH()FETCH();
file_handle.type = ZEND_HANDLE_FILENAME;
file_handle.filename = SG(request_info).path_translated;