hashtopolis/server

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

Closed this issue · 0 comments

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.