summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2001-07-31 23:44:20 +0000
committerSterling Hughes <sterling@php.net>2001-07-31 23:44:20 +0000
commite7ea61ad98bdc509aee5a5ff784735b782e30ed7 (patch)
tree42d9e6caa6277f9031c137e6d51e80fc75a43575
parent540f428a91fec3c6984c24b01ef774357054a1f9 (diff)
downloadphp-git-e7ea61ad98bdc509aee5a5ff784735b782e30ed7.tar.gz
remove duplicate TSRMLS_FETCH()
-rw-r--r--sapi/apache2filter/sapi_apache2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c
index 8d47b8a29f..509eab8e6f 100644
--- a/sapi/apache2filter/sapi_apache2.c
+++ b/sapi/apache2filter/sapi_apache2.c
@@ -339,7 +339,6 @@ static int php_output_filter(ap_filter_t *f, apr_bucket_brigade *bb)
zend_file_handle zfd;
apr_bucket *eos;
TSRMLS_FETCH();
- TSRMLS_FETCH();
/* We want to execute only one script per request.
* A bug in Apache or other filters could cause us