projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
826dba1
)
CRM-19404 Set 5.3.23 as minimum php version on install
author
Seamus Lee
<seamuslee001@gmail.com>
Fri, 23 Sep 2016 01:33:36 +0000
(11:33 +1000)
committer
Tim Otten
<totten@civicrm.org>
Sat, 24 Sep 2016 16:37:25 +0000
(12:37 -0400)
install/index.php
patch
|
blob
|
blame
|
history
diff --git
a/install/index.php
b/install/index.php
index 5634dd26b48d8e73e54a9ef32ffa995440221a95..381d59c8b1ccd38b3b8ba2a4865e5d4b6c2bb925 100644
(file)
--- 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,