summaryrefslogtreecommitdiff
path: root/sapi/roxen/roxen.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2004-12-20 19:33:41 +0000
committerRasmus Lerdorf <rasmus@php.net>2004-12-20 19:33:41 +0000
commitfdaa130f3a516954c37804ac5362445485deec84 (patch)
tree9957880264806562fc8b72ca66514d09726a3963 /sapi/roxen/roxen.c
parent5c50f0bb30892e7e5f07d1a5dab362948af9c56f (diff)
downloadphp-git-fdaa130f3a516954c37804ac5362445485deec84.tar.gz
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.
Diffstat (limited to 'sapi/roxen/roxen.c')
-rw-r--r--sapi/roxen/roxen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/roxen/roxen.c b/sapi/roxen/roxen.c
index c0ec83f2ba..1a0cae06cf 100644
--- a/sapi/roxen/roxen.c
+++ b/sapi/roxen/roxen.c
@@ -501,6 +501,7 @@ static sapi_module_struct roxen_sapi_module = {
php_roxen_sapi_read_cookies, /* read Cookies */
NULL, /* register server variables */
NULL, /* Log message */
+ NULL, /* Get request time */
STANDARD_SAPI_MODULE_PROPERTIES
};