summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2001-05-16 09:01:20 +0000
committerDaniel Beulshausen <dbeu@php.net>2001-05-16 09:01:20 +0000
commite1a9871337ade3b5fb7dec1581f4ceebf0927c38 (patch)
tree1b9452f636da0b96db04f1f302474e5623cf0942
parentad366598a6589684c364d152169344a8e33e8a49 (diff)
downloadphp-git-e1a9871337ade3b5fb7dec1581f4ceebf0927c38.tar.gz
add missing apls_fetch
-rw-r--r--sapi/apache/mod_php4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c
index f89d015713..a43f34ba12 100644
--- a/sapi/apache/mod_php4.c
+++ b/sapi/apache/mod_php4.c
@@ -296,6 +296,7 @@ static void php_apache_request_shutdown(void *dummy)
static int php_apache_sapi_activate(SLS_D)
{
request_rec *r = ((request_rec *) SG(server_context));
+ APLS_FETCH();
/*
* For the Apache module version, this bit of code registers a cleanup