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: upgrade to PHP 8.2RC6 and use the official PHP builds #106

Merged
merged 1 commit into from
Nov 17, 2022

Conversation

dunglas
Copy link
Owner

@dunglas dunglas commented Nov 15, 2022

Upgrade to PHP 8.2RC6 and don't compile our own PHP now that docker-library/php#1342 and docker-library/php#1331 are merged.

@withinboredom
Copy link
Collaborator

withinboredom commented Nov 16, 2022

This won't work, at least for alpine images because it doesn't build libphp.so and they don't seem to want to add it because it adds too much to the image size.

@withinboredom withinboredom merged commit a97e113 into main Nov 17, 2022
@withinboredom withinboredom deleted the feat/8.2rc6 branch November 17, 2022 14:58
@jamogriff
Copy link

This breaks seamless PECL support on Alpine, fyi:
RUN pecl install xdebug
pecl/xdebug requires PHP (version >= 7.2.0, version <= 8.1.99), installed version is 8.2.0RC6

@withinboredom
Copy link
Collaborator

withinboredom commented Nov 19, 2022

@jamogriff it's broken everywhere, even using install-php-extensions xdebug won't work. Xdebug isn't compatible with PHP 8.2, so it can't be installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants