Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Releases: tideways/php-xhprof-extension

v5.0.4

16 Dec 20:18
Compare
Choose a tag to compare
  • Add PHP 8.0 builds
  • Integrate Zend Observer API for PHP 8 instead of zend_execute_ex hook based userland instrumentation.

v5.0.2

14 Nov 15:43
97c780d
Compare
Choose a tag to compare
  • [#90] Add packaging for PHP 7.4

v5.0.1

09 Oct 14:21
Compare
Choose a tag to compare
  • #86: Fix bug in Apple/MacOS timer code that prevented wall time measurements from working.

v5.0.0

11 Sep 17:09
Compare
Choose a tag to compare

This release has no changes over Beta 4.

v5.0 Beta4

19 Aug 08:27
Compare
Choose a tag to compare

Changes

  • Bugfix: Fix case with invalid comparison of zend_strings where sometimes the recursion detection would not work.
  • Bugfix: Include missing header to allow compiling on Alpine with muslc.
  • Bugfix: Remove PHP 7.0 build support for Windows as AppVeyor platform doesn't support it anymore with latest build machine images.
  • Improvement: Add support for ARM and PowerPC Architectures
  • Improvement: Set Compiler Global to disable compiling special builtin functions that would not appear in callgraph data otherwise.