From: Daniel Beulshausen Date: Wed, 16 May 2001 09:01:20 +0000 (+0000) Subject: add missing apls_fetch X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~399 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1a9871337ade3b5fb7dec1581f4ceebf0927c38;p=php add missing apls_fetch --- 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