We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The issue is the hexdec() call at https://github.com/Austinb/GameQ/blob/v3/src/GameQ/Protocols/Arma3.php#L156. This is new in PHP 7.4 (https://www.php.net/manual/en/migration74.deprecated.php#migration74.deprecated.core.invalid-base-characters) but is causing PHP Unit to fail out thus causing the build to fail in PHP 7.4. Not sure if the tests are bad or if something else is going on. It is data sets 2_ & 4_.
hexdec()
Also the tests for #382 are failing for the same reason.
The text was updated successfully, but these errors were encountered:
It is also no longer working for me, failing on the mentioned line. Server is 138.201.20.99:2302. It will fail parsing the mods.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The issue is the
hexdec()
call at https://github.com/Austinb/GameQ/blob/v3/src/GameQ/Protocols/Arma3.php#L156. This is new in PHP 7.4 (https://www.php.net/manual/en/migration74.deprecated.php#migration74.deprecated.core.invalid-base-characters) but is causing PHP Unit to fail out thus causing the build to fail in PHP 7.4. Not sure if the tests are bad or if something else is going on. It is data sets 2_ & 4_.Also the tests for #382 are failing for the same reason.
The text was updated successfully, but these errors were encountered: