From 45e327a672746e4fb5fe57fa10ff758d1143ad0a Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Tue, 18 Mar 2008 22:23:21 +0000 Subject: Add new empty child terminate sapi hook to the rest of the sapis --- sapi/apache2filter/sapi_apache2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sapi/apache2filter') diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c index 0b163c8273..f901fbc82f 100644 --- a/sapi/apache2filter/sapi_apache2.c +++ b/sapi/apache2filter/sapi_apache2.c @@ -335,6 +335,7 @@ static sapi_module_struct apache2_sapi_module = { php_apache_sapi_register_variables, php_apache_sapi_log_message, /* Log message */ php_apache_sapi_get_request_time, /* Get Request Time */ + NULL, /* Child terminate */ STANDARD_SAPI_MODULE_PROPERTIES }; -- cgit v1.2.1