diff options
author | Anatol Belski <ab@php.net> | 2013-03-11 16:04:37 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2013-03-11 16:04:37 +0100 |
commit | 8aaa09636a3efee7d6e92103dad1ae2c1d137e72 (patch) | |
tree | d7fb795a4282ba5ed51a5d1e1ae452f44259bb48 /win32/php_win32_globals.h | |
parent | 4573405c5dd6686bbe443497dfad84de13ac5cc7 (diff) | |
download | php-git-8aaa09636a3efee7d6e92103dad1ae2c1d137e72.tar.gz |
Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT'])
Diffstat (limited to 'win32/php_win32_globals.h')
-rw-r--r-- | win32/php_win32_globals.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/php_win32_globals.h b/win32/php_win32_globals.h index 1686e5df63..b2b07f68e1 100644 --- a/win32/php_win32_globals.h +++ b/win32/php_win32_globals.h @@ -38,10 +38,6 @@ struct _php_win32_core_globals { char *log_header; HANDLE log_source; - /* time */ - struct timeval starttime; - __int64 lasttime, freq; - HKEY registry_key; HANDLE registry_event; HashTable *registry_directories; |