-
Notifications
You must be signed in to change notification settings - Fork 177
Update SourceQuery library version #738
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
Conversation
See requirements for the newest SourceQuery lib version (https://github.com/xPaw/PHP-Source-Query)
Part of the requirements for non 64-bit PHP versions to run SourceQuery, but this will also help us to use libraries like SteamID (https://github.com/xPaw/SteamID.php) in the future.
|
If I update to the newest PHP and MySQL version, Is it possible to migrate MySQL data from previous versions? (my current MySQL version 5.7 / PHP version 5.6) Sorry, I am not good at English. |
|
Running into these errors:
|
Yes, sbpp has an updater that will update the database to the current version. |
|
Thank you so much. |
Description
This PR updates the SourceQuery library used to the latest version, to support the new S2C_CHALLENGE packet. (https://developer.valvesoftware.com/wiki/Server_queries#A2S_INFO)
Fixes #734
Fixes #733
Also, with this PR the GMP extension has also been made mandatory to run the sbpp webpanel, this will give us some further library options in the future, like the SteamID library (https://github.com/xPaw/SteamID.php)
Side effect
The newest SourceQuery version requires PHP version 7.4 or higher, this means the minimum PHP version requirement in sbpp will be bumped to 7.4
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: