From e1a9871337ade3b5fb7dec1581f4ceebf0927c38 Mon Sep 17 00:00:00 2001 From: Daniel Beulshausen Date: Wed, 16 May 2001 09:01:20 +0000 Subject: [PATCH] add missing apls_fetch --- sapi/apache/mod_php4.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1