]> granicus.if.org Git - php/commit
Optimize sapi_get_request_time() slightly making it use the cached time
authorRasmus Lerdorf <rasmus@php.net>
Fri, 25 May 2007 09:19:05 +0000 (09:19 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Fri, 25 May 2007 09:19:05 +0000 (09:19 +0000)
commit5c0389a6f8ed2deb29501f7f4a12ed55ff7ba59d
tree2a0cdf5fa0a793b48367afe24a5bd32d98a36217
parentcbf8bc9038e59a33f7976786c74e006b91fac602
Optimize sapi_get_request_time() slightly making it use the cached time
and also checking if there is a server_context before trying to call
the request_time sapi hook.
main/SAPI.c