]> granicus.if.org Git - php/commitdiff
Make the CVS compile again
authorZeev Suraski <zeev@php.net>
Thu, 10 Feb 2000 19:24:44 +0000 (19:24 +0000)
committerZeev Suraski <zeev@php.net>
Thu, 10 Feb 2000 19:24:44 +0000 (19:24 +0000)
sapi/apache/mod_php4.c

index 5a94ea001cec707ca69012c1aa36babf393a93c4..a2421231663c15069d4b3eb3110908d31b440980 100644 (file)
@@ -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();
 }