diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-10 19:24:44 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-10 19:24:44 +0000 |
commit | 79726c8864a8ceeb77a80dfcbd429b8662bd8790 (patch) | |
tree | e33aad2f58b3bdde732100839ccd14b15995321e | |
parent | 42765d50e0f44f904d227016c370528c955101a9 (diff) | |
download | php-git-79726c8864a8ceeb77a80dfcbd429b8662bd8790.tar.gz |
Make the CVS compile again
-rw-r--r-- | sapi/apache/mod_php4.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |