Rebuilt PHPVersionCheck to be an own class
authorFlorian Schmidt <florian.schmidt.stargatewissen@gmail.com>
Tue, 13 Sep 2016 15:45:36 +0000 (17:45 +0200)
committerFlorian Schmidt <florian.schmidt.stargatewissen@gmail.com>
Thu, 3 Nov 2016 16:11:36 +0000 (17:11 +0100)
commitf468fb867ddc1cd983a5541181be265ba785c0f7
tree1b4bd30ab84377899324f9a3b8a9ca0b90c492d4
parent9ca75b046eaf329b92f0236135c025a802e23d9f
Rebuilt PHPVersionCheck to be an own class

The class keyword should work in all reasonable working php installations,
as far as I know. In this way, the php version check does not rely on a
set of global functions. It also should make maintaining the different
checks a bit easier.

Change-Id: I73ee098a8cf931ca4df6263c6e0a3e215555b612
autoload.php
includes/PHPVersionCheck.php