1
0
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:
Pavel Djundik
2015-10-18 21:46:39 +03:00
parent e798d8f7c2
commit a63112c2c9
5 changed files with 14 additions and 8 deletions
+4 -2
View File
@@ -28,5 +28,7 @@
{
echo $e->getMessage( );
}
$Query->Disconnect( );
finally
{
$Query->Disconnect( );
}