Update minimum PHP to 5.3.4
authorTim Otten <totten@civicrm.org>
Tue, 29 Sep 2015 15:34:26 +0000 (11:34 -0400)
committerTim Otten <totten@civicrm.org>
Tue, 29 Sep 2015 15:34:26 +0000 (11:34 -0400)
CRM/Upgrade/Form.php
install/index.php

index aeafa50b3f2cd13f265e34cf001cfa3d93e1fd75..01f939b8fcfb1a60ed770f7522e50e8224999745 100644 (file)
@@ -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;
 
index d3a822246c4a2c9a525f00eb4594a0131561a1b1..46dfabf168295eb5a772968e2ac3b61fbaf81bb5 100644 (file)
@@ -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,