Releases: xPaw/PHP-Source-Query
Releases · xPaw/PHP-Source-Query
4.0.0
3.0.0
2.1.0
2.0.0
- PHP 7.4 is required now
- All queries are now padded to 1200 bytes (as required by recent Steam change)
- Added strong types in a lot of places
- Added some tests
- Added
BaseSocket
(Ip
is nowAddress
) - Functions will now throw
SocketException
withSocketException::NOT_CONNECTED
now if not connected - RCON will throw for more error states now (auth fails, incorrect response, etc)
TimeoutException
was removed, throwsSocketException
withSocketException::CONNECTION_FAILED
now- Fixed
SERVERDATA_RESPONSE_VALUE
being sent more than once SteamID
inGetInfo
now uses GMP on 32-bit PHP- Some other fixes