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

Switch back to using PECL for PHP 8.x and remove Pickle. #159

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

desrosj
Copy link
Contributor

@desrosj desrosj commented Dec 4, 2024

Previously, the Dockerfiles in this repo were updated to use Pickle to install packages on PHP 8.0+ because PECL packages would fail to install and cause build errors.

It seems that this was due to some confusion around changes in PHP related to PEAR/PECL. It was not removed, but was instead disabled by default and Docker containers were not adding the now required --with-pear.

This PR shows demonstrates that that has been resolved and Pickle can be removed in favor of pecl again. Pickle was always buggy and prevented the installation of beta/RC versions anyway. See also docker-library/php#1088.

@desrosj desrosj self-assigned this Dec 4, 2024
@desrosj desrosj changed the title Try removing pickle. Switch back to using PECL for PHP 8.x and remove Pickle. Dec 4, 2024
@desrosj desrosj marked this pull request as ready for review December 4, 2024 18:41
Copy link

github-actions bot commented Dec 4, 2024

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 props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: desrosj <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@desrosj desrosj merged commit 4202f99 into trunk Dec 4, 2024
44 checks passed
@desrosj desrosj deleted the try/removing-pickle branch December 4, 2024 18:45
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.

1 participant