PHP 8.4 is Coming
Here are the updates to support PHP 8.4:
- Fix #547
- Fix imap library build in macOS Sequoia
- Fix display PHP version when using archive
- Fix phpmicro patches for php84
- Deprecate PHP 8.0, fixes #552
- Change swoole source to git master instead of pecl (6.0 has not been released)
- Change default download php version to 8.3
- Fix sodium build, remove build patches
- Fix imagick build for PHP 8.4 (Imagick/imagick#690 has not been merged yet)
- Remove
--with-zlib-dir
that has been removed in 8.4 - Add similar compilation flags as the Docker images, fixes #515
What's Changed
- feat: improve downloader retry by @yinheli in #558
- Add grpc support for macOS and Linux by @crazywhalecc in #559
- Add PHP 8.4 support (testing) by @crazywhalecc in #556
New Contributors
Full Changelog: 2.3.6...2.4.0