Created attachment 178649 [details] patch file https://pecl.php.net/package-info.php?package=hrtime&version=0.6.0 - Major refactoring of the class structure, as described below - HRTime\PerformanceCounter::getFrequency() is now static - add HRTime\PerformanceCounter::getTicks() - add HRTime\PerformanceCounter::getTicksSince() - moved HRTime\PerformanceCounter::start() to HRTime\StopWatch::start() - moved HRTime\PerformanceCounter::stop() to HRTime\StopWatch::stop() - moved HRTime\PerformanceCounter::getElapsedTicks() to HRTime\StopWatch::getElapsedTicks() - moved HRTime\PerformanceCounter::getLastElapsedTicks() to HRTime\StopWatch::getLastElapsedTicks() - moved HRTime\PerformanceCounter::isRunning() to HRTime\StopWatch::isRunning()
poudriere test: 10.3 amd64: ok 11.0 amd64: ok 11.0 amd64 with php7: ok
Created attachment 178650 [details] test on 10.3
Created attachment 178651 [details] test on 11.0
Created attachment 178652 [details] test on 11.0 with PHP 7
A commit references this bug: Author: vanilla Date: Wed Jan 11 08:28:09 UTC 2017 New revision: 431161 URL: https://svnweb.freebsd.org/changeset/ports/431161 Log: Update to 0.6.0. PR: 215893 Submitted by: maintainer Changes: head/devel/pecl-hrtime/Makefile head/devel/pecl-hrtime/distinfo