From fdaa130f3a516954c37804ac5362445485deec84 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Mon, 20 Dec 2004 19:33:41 +0000 Subject: Add the new request_time sapi struct entry to all the sapis. Some of these may have ways of getting the request time without the extra syscall, but for now let's just make sure we don't crash and people will eventually fill these in where applicable. --- sapi/cli/php_cli.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sapi/cli/php_cli.c') diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 5e04ea6eca..ea0b0346a2 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -342,6 +342,7 @@ static sapi_module_struct cli_sapi_module = { sapi_cli_register_variables, /* register server variables */ sapi_cli_log_message, /* Log message */ + NULL, /* Get request time */ STANDARD_SAPI_MODULE_PROPERTIES }; -- cgit v1.2.1