=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== php-timer-5.0.2/ChangeLog.md-33-* Introduced `Duration` value object for encapsulating a duration with nanosecond granularity php-timer-5.0.2/ChangeLog.md:34:* Introduced `ResourceUsageFormatter` object for formatting resource usage with option to explicitly pass a duration (instead of looking at the unreliable `$_SERVER['REQUEST_TIME_FLOAT']` variable) php-timer-5.0.2/ChangeLog.md-35- ############################################## php-timer-5.0.2/ChangeLog.md-48- php-timer-5.0.2/ChangeLog.md:49:* `Timer::timeSinceStartOfRequest()` no longer tries `$_SERVER['REQUEST_TIME']` when `$_SERVER['REQUEST_TIME_FLOAT']` is not available (`$_SERVER['REQUEST_TIME_FLOAT']` was added in PHP 5.4 and this library requires PHP 7.3) php-timer-5.0.2/ChangeLog.md:50:* Improved exception messages when `$_SERVER['REQUEST_TIME_FLOAT']` is not set or is not of type `float` php-timer-5.0.2/ChangeLog.md-51- ############################################## php-timer-5.0.2/ChangeLog.md-57- php-timer-5.0.2/ChangeLog.md:58:* `Timer::timeSinceStartOfRequest()` now raises an exception if `$_SERVER['REQUEST_TIME_FLOAT']` does not contain a `float` (or `$_SERVER['REQUEST_TIME']` does not contain an `int`) php-timer-5.0.2/ChangeLog.md-59- ############################################## php-timer-5.0.2/README.md-85- php-timer-5.0.2/README.md:86:#### Duration since PHP Startup (using unreliable `$_SERVER['REQUEST_TIME_FLOAT']`) php-timer-5.0.2/README.md-87-