From 678d6d82b033332a51a4d604718cf53d5137925a Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 29 Sep 2015 11:34:26 -0400 Subject: [PATCH] Update minimum PHP to 5.3.4 --- CRM/Upgrade/Form.php | 2 +- install/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Upgrade/Form.php b/CRM/Upgrade/Form.php index aeafa50b3f..01f939b8fc 100644 --- a/CRM/Upgrade/Form.php +++ b/CRM/Upgrade/Form.php @@ -50,7 +50,7 @@ class CRM_Upgrade_Form extends CRM_Core_Form { /** * Minimum php version we support */ - const MINIMUM_PHP_VERSION = '5.3.3'; + const MINIMUM_PHP_VERSION = '5.3.4'; protected $_config; diff --git a/install/index.php b/install/index.php index d3a822246c..46dfabf168 100644 --- a/install/index.php +++ b/install/index.php @@ -445,7 +445,7 @@ class InstallRequirements { $this->errors = NULL; - $this->requirePHPVersion('5.3.3', array( + $this->requirePHPVersion('5.3.4', array( ts("PHP Configuration"), ts("PHP5 installed"), NULL, -- 2.25.1