diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2010-11-06 17:14:21 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2010-11-06 17:14:21 +0000 |
| commit | f89effd2a83de2b1d6381f9b9403a8328e0998b6 (patch) | |
| tree | 346940b3c9671b154de6f45a9afc1d0dc75f5c8c /sapi/nsapi/nsapi.c | |
| parent | d31e4e7f8e78f0ed4497de9ef4a8f3461d2ed6b3 (diff) | |
| download | php-git-f89effd2a83de2b1d6381f9b9403a8328e0998b6.tar.gz | |
Updated _SERVER['REQUEST_TIME'] to include microsecond precision.
Diffstat (limited to 'sapi/nsapi/nsapi.c')
| -rw-r--r-- | sapi/nsapi/nsapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/nsapi/nsapi.c b/sapi/nsapi/nsapi.c index eaa20f7fff..5847c6fe1c 100644 --- a/sapi/nsapi/nsapi.c +++ b/sapi/nsapi/nsapi.c @@ -784,7 +784,7 @@ static void nsapi_log_message(char *message TSRMLS_DC) } } -static time_t sapi_nsapi_get_request_time(TSRMLS_D) +static double sapi_nsapi_get_request_time(TSRMLS_D) { return REQ_TIME( ((nsapi_request_context *)SG(server_context))->rq ); } |
