diff options
author | Thies C. Arntzen <thies@php.net> | 1999-08-31 13:10:55 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 1999-08-31 13:10:55 +0000 |
commit | e8e88afd1111f32f0b3fd4947b23fed0991c0add (patch) | |
tree | 0a1331dd1ab4854d559b229b1c03b14570d06da8 /ext/apache/apache.c | |
parent | 125da02aa766f273176319c09b999fd2f9fca108 (diff) | |
download | php-git-e8e88afd1111f32f0b3fd4947b23fed0991c0add.tar.gz |
"fix" for #2202
Diffstat (limited to 'ext/apache/apache.c')
-rw-r--r-- | ext/apache/apache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/apache/apache.c b/ext/apache/apache.c index 525ceeac09..057e6b8885 100644 --- a/ext/apache/apache.c +++ b/ext/apache/apache.c @@ -323,6 +323,7 @@ PHP_FUNCTION(getallheaders) table_entry *tenv; int i; SLS_FETCH(); + PLS_FETCH(); if (array_init(return_value) == FAILURE) { RETURN_FALSE; |