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

[BUG]: build containers failing because of new php version. #1133

Closed
jessevz opened this issue Nov 27, 2024 · 0 comments · Fixed by #1134
Closed

[BUG]: build containers failing because of new php version. #1133

jessevz opened this issue Nov 27, 2024 · 0 comments · Fixed by #1134
Assignees
Labels
bug Something isn't working

Comments

@jessevz
Copy link
Contributor

jessevz commented Nov 27, 2024

Version Information

0.14.3

Hashcat

No response

Description

When building the containers the following error is throwed: 1.831 pecl/xdebug requires PHP (version >= 8.0.0, version <= 8.3.99), installed version is 8.4.1. The reason for this is the new php version and our build pipeline is also failing because of this.

Pecl version 3.4.0beta1 has php version 8.4 support (source: https://pecl.php.net/package-changelog.php?package=xdebug&release=3.4.0beta1). So upgrading to this should solve this issue. By doing: pecl install xdebug-3.4.0beta1
Another solution can be to temporarily downgrade php until the latest xdebug version is out of beta.

@jessevz jessevz added the bug Something isn't working label Nov 27, 2024
@jessevz jessevz moved this to 🚧 In progress in 🍺 Sprint November '24 Nov 27, 2024
@jessevz jessevz self-assigned this Nov 27, 2024
@jessevz jessevz linked a pull request Nov 27, 2024 that will close this issue
@jessevz jessevz moved this from 🚧 In progress to 🧐 Review in 🍺 Sprint November '24 Nov 28, 2024
@github-project-automation github-project-automation bot moved this from 🧐 Review to 🎉 Done in 🍺 Sprint November '24 Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🎉 Done
Development

Successfully merging a pull request may close this issue.

1 participant