From: Jon Parise Date: Fri, 8 Sep 2000 15:39:42 +0000 (+0000) Subject: Fix build after last commit. X-Git-Tag: php-4.0.3RC1~240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a4c654606c28d43458f91212d11f19743142f44;p=php Fix build after last commit. --- diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index 0d2fbecc7a..7a5a84bb28 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -294,6 +294,8 @@ static void php_apache_request_shutdown(void *dummy) static int php_apache_sapi_activate(SLS_D) { + request_rec *r = ((request_rec *) SG(server_context)); + /* * For the Apache module version, this bit of code registers a cleanup * function that gets triggered when our request pool is destroyed.