projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
831e9db
)
installer::checkPrereqs bump PHP version to 5.5.0
author
Chimo
<chimo@chromic.org>
Fri, 4 Dec 2015 15:22:58 +0000
(15:22 +0000)
committer
Chimo
<chimo@chromic.org>
Fri, 4 Dec 2015 15:22:58 +0000
(15:22 +0000)
lib/installer.php
patch
|
blob
|
history
diff --git
a/lib/installer.php
b/lib/installer.php
index 29a43833022c902ecaf7e0c0bd00e4de6e10a738..738eb80472d46a4bced35a4fb234ee3395a9853e 100644
(file)
--- a/
lib/installer.php
+++ b/
lib/installer.php
@@
-96,8
+96,8
@@
abstract class Installer
}
}
- if (version_compare(PHP_VERSION, '5.
3.2
', '<')) {
- $this->warning('Require PHP version 5.
3.2
or greater.');
+ if (version_compare(PHP_VERSION, '5.
5.0
', '<')) {
+ $this->warning('Require PHP version 5.
5.0
or greater.');
$pass = false;
}