diff options
author | Sebastian Bergmann <sebastian@php.net> | 2001-08-04 17:07:16 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2001-08-04 17:07:16 +0000 |
commit | b99798fda04384a355cbbf5fcfbc01ebe925a14b (patch) | |
tree | 1a839d2a5f387f6829f3edfc452a40f1e69277ae /sapi/apache | |
parent | b5763a70a691973f23276470d8265edb08e83194 (diff) | |
download | php-git-b99798fda04384a355cbbf5fcfbc01ebe925a14b.tar.gz |
Another one bites the dust.
Diffstat (limited to 'sapi/apache')
-rw-r--r-- | sapi/apache/php_apache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 021346a241..681493e86f 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -343,7 +343,6 @@ PHP_FUNCTION(getallheaders) table_entry *tenv; int i; TSRMLS_FETCH(); - TSRMLS_FETCH(); if (array_init(return_value) == FAILURE) { RETURN_FALSE; |