diff options
| author | Sascha Schumann <sas@php.net> | 2001-08-05 14:27:39 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2001-08-05 14:27:39 +0000 |
| commit | 2cce13fd50411ff524e34c3cc27f9a2087cec115 (patch) | |
| tree | de4a07fe5160b6842942959adaef7317031a8209 /sapi/apache2filter | |
| parent | 0af7ad15f58587a48aeee460f15cb24a7bf97760 (diff) | |
| download | php-git-2cce13fd50411ff524e34c3cc27f9a2087cec115.tar.gz | |
further tsrm cleanup
Diffstat (limited to 'sapi/apache2filter')
| -rw-r--r-- | sapi/apache2filter/sapi_apache2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c index 56b033c729..15fab6a1cc 100644 --- a/sapi/apache2filter/sapi_apache2.c +++ b/sapi/apache2filter/sapi_apache2.c @@ -265,7 +265,6 @@ static void php_apache_request_ctor(ap_filter_t *f, php_struct *ctx TSRMLS_DC) { char *content_type; const char *auth; - TSRMLS_FETCH(); PG(during_request_startup) = 0; SG(sapi_headers).http_response_code = 200; @@ -337,7 +336,6 @@ static int php_output_filter(ap_filter_t *f, apr_bucket_brigade *bb) if (ctx->state == 1 && APR_BUCKET_IS_EOS(APR_BRIGADE_LAST(ctx->bb))) { zend_file_handle zfd; apr_bucket *eos; - TSRMLS_FETCH(); /* We want to execute only one script per request. * A bug in Apache or other filters could cause us |
