Skip to content

Release v0.19.0

Compare
Choose a tag to compare
@lyrixx lyrixx released this 29 Oct 14:04
· 82 commits to main since this release
18e6ba0

What's Changed

Features

  • Add Context::withVerboseArguments() method to pass verbose arguments to the underlying process when needed by @joelwurtz in #507
  • Add support for custom php.ini in compile command by @lyrixx in #526
  • Do not validate commande options/args as soon as `#[AsRawTokens] is used by @lyrixx in #528
  • Update all PHP vendor by @pyrech in #529
  • Add partial support for PHP 8.4 (ssh_() functions are not supported yet) by @lyrixx in #542

Fixes

  • Re-active static-darwin-arm64 binary build by @ptondereau in #531
  • Fix stubs generation to use fully qualified class names even in phpdoc by @pyrech in #536

Vendor

  • Update SPC version to v2.3.5

New Contributors

Full Changelog: v0.18.2...v0.19.0