summaryrefslogtreecommitdiff
path: root/sapi/aolserver
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/aolserver
parent0af7ad15f58587a48aeee460f15cb24a7bf97760 (diff)
downloadphp-git-2cce13fd50411ff524e34c3cc27f9a2087cec115.tar.gz
further tsrm cleanup
Diffstat (limited to 'sapi/aolserver')
-rw-r--r--sapi/aolserver/aolserver.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sapi/aolserver/aolserver.c b/sapi/aolserver/aolserver.c
index e7830c36e6..7e3271be64 100644
--- a/sapi/aolserver/aolserver.c
+++ b/sapi/aolserver/aolserver.c
@@ -311,7 +311,6 @@ php_ns_sapi_register_variables(zval *track_vars_array TSRMLS_DC)
int i;
char buf[NS_BUF_SIZE + 1];
char *tmp;
- TSRMLS_FETCH();
for(i = 0; i < Ns_SetSize(NSG(conn->headers)); i++) {
char *key = Ns_SetKey(NSG(conn->headers), i);
@@ -412,8 +411,6 @@ static int
php_ns_module_main(TSRMLS_D)
{
zend_file_handle file_handle;
- TSRMLS_FETCH();
- TSRMLS_FETCH();
file_handle.type = ZEND_HANDLE_FILENAME;
file_handle.filename = SG(request_info).path_translated;