[Bug 215893] devel/pecl-hrtime: Update to 0.6.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 9 01:48:23 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215893

            Bug ID: 215893
           Summary: devel/pecl-hrtime: Update to 0.6.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: gasol.wu at gmail.com

Created attachment 178649
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=178649&action=edit
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()

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list