Also update programatic check

This commit is contained in:
Shish 2015-08-01 13:42:40 +01:00
parent 78bbaa04de
commit 35d762bc32

View File

@ -705,7 +705,7 @@ function getExtension ($mime_type){
* @private * @private
*/ */
function _version_check() { function _version_check() {
$min_version = "5.3.7"; $min_version = "5.4.8";
if(version_compare(PHP_VERSION, $min_version) == -1) { if(version_compare(PHP_VERSION, $min_version) == -1) {
print " print "
Currently SCore Engine doesn't support versions of PHP lower than $min_version -- Currently SCore Engine doesn't support versions of PHP lower than $min_version --