mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-05-18 13:53:35 +02:00
Bump minimum PHP version to 5.5
This commit is contained in:
@@ -28,5 +28,7 @@
|
||||
{
|
||||
echo $e->getMessage( );
|
||||
}
|
||||
|
||||
$Query->Disconnect( );
|
||||
finally
|
||||
{
|
||||
$Query->Disconnect( );
|
||||
}
|
||||
|
||||
@@ -28,5 +28,7 @@
|
||||
{
|
||||
echo $e->getMessage( );
|
||||
}
|
||||
|
||||
$Query->Disconnect( );
|
||||
finally
|
||||
{
|
||||
$Query->Disconnect( );
|
||||
}
|
||||
|
||||
+4
-2
@@ -31,8 +31,10 @@
|
||||
{
|
||||
$Exception = $e;
|
||||
}
|
||||
|
||||
$Query->Disconnect( );
|
||||
finally
|
||||
{
|
||||
$Query->Disconnect( );
|
||||
}
|
||||
|
||||
$Timer = Number_Format( MicroTime( true ) - $Timer, 4, '.', '' );
|
||||
?>
|
||||
|
||||
@@ -6,7 +6,7 @@ The class also allows you to query servers using RCON although this only works f
|
||||
|
||||
[Minecraft](http://www.minecraft.net) also uses Source RCON protocol, and this means you can use this class to send commands to your minecraft server while having engine set to Source engine.
|
||||
|
||||
**This library requires a [modern version](https://php.net/supported-versions.php) of PHP, so make sure you are using at least PHP 5.4 or newer.**
|
||||
**This library requires a [modern version](https://php.net/supported-versions.php) of PHP, so make sure you are using at least PHP 5.5 or newer.**
|
||||
|
||||
**:warning: Please do not create issues when you are unable to retrieve information from a server, unless you can prove that there is a bug within the library.**
|
||||
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@
|
||||
],
|
||||
"require":
|
||||
{
|
||||
"php": ">=5.4"
|
||||
"php": ">=5.5"
|
||||
},
|
||||
"autoload":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user