mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
changing php-versions for Trunk/next release: required: 5.4, recommended: 5.6
This commit is contained in:
parent
e0920467ea
commit
3d6da043fa
@ -27,7 +27,7 @@ if (function_exists('get_magic_quotes_runtime') && get_magic_quotes_runtime())
|
|||||||
set_magic_quotes_runtime(false);
|
set_magic_quotes_runtime(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
$egw_min_php_version = '5.3';
|
$egw_min_php_version = '5.4';
|
||||||
if (!function_exists('version_compare') || version_compare(PHP_VERSION,$egw_min_php_version) < 0)
|
if (!function_exists('version_compare') || version_compare(PHP_VERSION,$egw_min_php_version) < 0)
|
||||||
{
|
{
|
||||||
die("eGroupWare requires PHP $egw_min_php_version or greater.<br />Please contact your System Administrator to upgrade PHP!");
|
die("eGroupWare requires PHP $egw_min_php_version or greater.<br />Please contact your System Administrator to upgrade PHP!");
|
||||||
|
@ -67,13 +67,13 @@ class setup
|
|||||||
*
|
*
|
||||||
* @var float
|
* @var float
|
||||||
*/
|
*/
|
||||||
var $required_php_version = 5.3;
|
var $required_php_version = 5.4;
|
||||||
/**
|
/**
|
||||||
* PHP Version recommended for eGroupware
|
* PHP Version recommended for eGroupware
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
var $recommended_php_version = '5.5';
|
var $recommended_php_version = '5.6';
|
||||||
|
|
||||||
function setup($html=False, $translation=False)
|
function setup($html=False, $translation=False)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user