Skip to content

v2.10.0 - PHP 7.2 and PATH Bugfix

Latest

Choose a tag to compare

@donatj donatj released this 20 Feb 19:00
5074522

What's Changed

Notice: PHP 7.2 is now the minimum supported version because of a vulnerability with older versions of PHPUnit.

See: CVE-2026-24765 / GHSA-vvj3-c3rp-c85p for more information.

Fixes

  • Bug where if PHP itself was not in the PATH of the running PHP server process, it would fail to start with a message that the port might not be open. This became a major issue with macOS 26.3

  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #83
  • Upgrade PHPUnit, increase minimum PHP to 7.2 by @donatj in #86
  • Use PHP_BINARY for server command execution by @donatj in #85

Full Changelog: v2.9.0...v2.10.0