Browse Source

Make the CVS compile again

PHP-4.0.5
Zeev Suraski 27 years ago
parent
commit
79726c8864
  1. 2
      sapi/apache/mod_php4.c

2
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();
}

Loading…
Cancel
Save