mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Update required PHP version to 5.3.3 as Symfony 2.1
This commit is contained in:
@@ -488,10 +488,10 @@ class setup
|
||||
*/
|
||||
public static function check_php_version()
|
||||
{
|
||||
$version_ok = version_compare(PHP_VERSION, '5.3.2', '>');
|
||||
$version_ok = version_compare(PHP_VERSION, '5.3.3', '>');
|
||||
if ( ! $version_ok) {
|
||||
$message = sprintf(
|
||||
'Wrong PHP version : % ; PHP >= 5.3.2 required'
|
||||
'Wrong PHP version : % ; PHP >= 5.3.3 required'
|
||||
, PHP_VERSION
|
||||
);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user