Also update programatic check
This commit is contained in:
parent
78bbaa04de
commit
35d762bc32
@ -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 --
|
||||||
|
Loading…
x
Reference in New Issue
Block a user