From: Sebastian Bergmann Date: Sat, 4 Aug 2001 17:07:16 +0000 (+0000) Subject: Another one bites the dust. X-Git-Tag: PRE_ENGINE2_SPLIT~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b99798fda04384a355cbbf5fcfbc01ebe925a14b;p=php Another one bites the dust. --- 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;