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

v5.0 Beta4

Compare
Choose a tag to compare
@beberlei beberlei released this 19 Aug 08:27
· 44 commits to master since this release

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.