From 0990a96d548a15643d65dbb13e33e03a3c5d40fd Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Fri, 23 Sep 2016 11:33:36 +1000 Subject: [PATCH] CRM-19404 Set 5.3.23 as minimum php version on install --- install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.php b/install/index.php index 5634dd26b4..381d59c8b1 100644 --- a/install/index.php +++ b/install/index.php @@ -557,7 +557,7 @@ class InstallRequirements { $this->errors = NULL; - $this->requirePHPVersion('5.3.4', array( + $this->requirePHPVersion('5.3.23', array( ts("PHP Configuration"), ts("PHP5 installed"), NULL, -- 2.25.1