diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2004-12-20 19:33:41 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2004-12-20 19:33:41 +0000 |
| commit | fdaa130f3a516954c37804ac5362445485deec84 (patch) | |
| tree | 9957880264806562fc8b72ca66514d09726a3963 /sapi/nsapi | |
| parent | 5c50f0bb30892e7e5f07d1a5dab362948af9c56f (diff) | |
| download | php-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/nsapi')
| -rw-r--r-- | sapi/nsapi/nsapi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/nsapi/nsapi.c b/sapi/nsapi/nsapi.c index 2bb4108cc7..47f7971762 100644 --- a/sapi/nsapi/nsapi.c +++ b/sapi/nsapi/nsapi.c @@ -743,6 +743,7 @@ static sapi_module_struct nsapi_sapi_module = { sapi_nsapi_register_server_variables, /* register server variables */ nsapi_log_message, /* Log message */ + NULL, /* Get request time */ NULL, /* Block interruptions */ NULL, /* Unblock interruptions */ |
