You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: