Release v0.19.0
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
- @xavierlacot made their first contribution in #545
- @Nek- made their first contribution in #543
Full Changelog: v0.18.2...v0.19.0