diff options
-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; |