From: Zeev Suraski Date: Thu, 10 Feb 2000 19:24:44 +0000 (+0000) Subject: Make the CVS compile again X-Git-Tag: BEFORE_SAPIFICATION_FEB_10_2000~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79726c8864a8ceeb77a80dfcbd429b8662bd8790;p=php Make the CVS compile again --- diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index 5a94ea001c..a242123166 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -295,7 +295,7 @@ static int php_apache_sapi_activate(SLS_D) * memory. */ block_alarms(); - register_cleanup(((request_rec *) (server_context))->pool, NULL, php_request_shutdown, php_request_shutdown_for_exec); + register_cleanup(((request_rec *) SG(server_context))->pool, NULL, php_request_shutdown, php_request_shutdown_for_exec); unblock_alarms(); }