Browse Source

Another one bites the dust.

migration/unlabaled-1.67.2
Sebastian Bergmann 25 years ago
parent
commit
b99798fda0
  1. 1
      sapi/apache/php_apache.c

1
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;

Loading…
Cancel
Save