Version 3.1.4 - 2020-04-20
Changed
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)$_SERVER['REQUEST_TIME_FLOAT']
is not set or is not of type float
Version 3.1.3 - 2020-04-20
Changed
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
)Version 3.1.2 - 2020-04-17
Changed
hrtime()
Version 3.1.1 - 2020-04-17
Fixed
Timer::stop()
is different than before (this reverts using hrtime()
instead of microtime()
)Version 3.1.0 - 2020-04-17
Added
Timer::secondsToShortTimeString()
as alternative to Timer::secondsToTimeString()
Changed
Timer::start()
and Timer::stop()
now use hrtime()
(high resolution monotonic timer) instead of microtime()
Timer::timeSinceStartOfRequest()
now uses Timer::secondsToShortTimeString()
for time formattingTimer::secondsToTimeString()
resultUpdates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2020-ef6bfc44d9
Please log in to add feedback.
This update has been submitted for testing by remi.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by bodhi.
This update has been pushed to stable.