-
Notifications
You must be signed in to change notification settings - Fork 33
Add PHP 8.5 images #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PHP 8.5 images #172
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! Just one suggestion to avoid having to open PRs for every pre-release version.
update.php
Outdated
| ), | ||
| '8.5' => array( | ||
| 'php' => array( | ||
| 'base_name' => 'php:8.5.0beta1-fpm', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an RC container that should continuously update with the latest pre-release version, 8.5-rc-fpm. Where the containers are recreated weekly, this will ensure we don't have to submit a PR with every beta/RC.
| 'base_name' => 'php:8.5.0beta1-fpm', | ||
| 'apt' => array( 'libjpeg-dev', 'libpng-dev', 'libwebp-dev', 'libzip-dev', 'libssl-dev', 'libmemcached-dev', 'unzip', 'libmagickwand-dev', 'ghostscript', 'libonig-dev', 'locales', 'sudo', 'rsync' ), | ||
| 'extensions' => array( 'gd', 'mysqli', 'zip', 'exif', 'intl', 'mbstring' ), | ||
| 'pecl_extensions' => array(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like xDebug just merged a pull request for PHP 8.5 support. Not published yet, but the next release should be mean that it can be installed.
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
PHP 8.5 beta 1 is available. It looks like we can build an image, albeit with fewer extensions than the stable release.