summaryrefslogtreecommitdiff
path: root/ext/apache/apache.c
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>1999-08-31 13:10:55 +0000
committerThies C. Arntzen <thies@php.net>1999-08-31 13:10:55 +0000
commite8e88afd1111f32f0b3fd4947b23fed0991c0add (patch)
tree0a1331dd1ab4854d559b229b1c03b14570d06da8 /ext/apache/apache.c
parent125da02aa766f273176319c09b999fd2f9fca108 (diff)
downloadphp-git-e8e88afd1111f32f0b3fd4947b23fed0991c0add.tar.gz
"fix" for #2202
Diffstat (limited to 'ext/apache/apache.c')
-rw-r--r--ext/apache/apache.c1
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;