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

Add PHP 8.3 support using workaround #2351

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

HowRuck
Copy link

@HowRuck HowRuck commented Dec 16, 2024

Background

As mentioned in #2202, the Nextcloud AIO repository recently introduced a temporary patch (=> nextcloud/all-in-one#5575) to address missing PHP 8.3 support for the Imagick library. This patch enables the image to be built with PHP 8.3.

Especially with PHP 8.4 support with Nextcloud 31 being on the horizon (see the upgrade guide), integrating this change would also presumably make the process of updating to PHP 8.4 down the line easier.

Changes

This PR backports the changes from AIO by integrating them into the existing templates.

Testing

  • All images were successfully built locally.
  • The 30/apache image has been running without issues on my local server for several days.
  • The alpine/fpm images were built but require additional testing by someone using this setup. Feedback on compatibility or functionality is appreciated.

Compatibility

PHP 8.3 support was initially introduced in Nextcloud 28, which is the minimum supported version of this image. As a result, we can reasonably assume that all images are compatible with this change.

Any additional feedback or suggestions for improvement are of course greatly appreciated :-)

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