Skip to content
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

feat: add php8.3 support #5238

Merged
merged 15 commits into from Aug 8, 2023
Merged

feat: add php8.3 support #5238

merged 15 commits into from Aug 8, 2023

Conversation

rfay
Copy link
Member

@rfay rfay commented Aug 4, 2023

The Issue

PHP 8.3 alpha3 is out, and deb.sury.org has added it! - Thanks @oerdnj!

Limitations:

Not all extensions are available yet for 8.3. "bcmath bz2 curl cli common fpm gd intl ldap mbstring mysql opcache pgsql readline soap sqlite3 xml zip" are available, php8.3 is still missing "apcu, imagick, memcached, redis, uploadprogress, xdebug, xhprof, xmlrpc"

How This PR Solves The Issue

  • Add PHP 8.3 to config, images, tests

Manual Testing Instructions

ddev config --php-version=8.3 && ddev start

Automated Testing Overview

Existing tests expanded

Related Issue Link(s)

Release/Deployment Notes

@github-actions github-actions bot added dependencies Pull requests that update a dependency file enhancement labels Aug 4, 2023
@github-actions
Copy link

github-actions bot commented Aug 4, 2023

@rfay rfay marked this pull request as ready for review August 5, 2023 15:23
@rfay rfay requested review from a team as code owners August 5, 2023 15:23
Co-authored-by: Matt Stein <m@ttste.in>
@rfay rfay merged commit ae786a0 into ddev:master Aug 8, 2023
10 checks passed
@rfay rfay deleted the 20230803_php8.3 branch August 8, 2023 15:50
stasadev added a commit that referenced this pull request Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants