aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-08-17 16:26:14 -0700
committerzotlabs <mike@macgirvin.com>2017-08-17 16:26:14 -0700
commitb0f2c22000eecbb76e7666fb9e67635dcbb36a64 (patch)
tree519485c682d35643b92b6526b123e64af07eac5e
parentef8a2511156b86c23aa794d7b0eb2514896ea10c (diff)
downloadvolse-hubzilla-b0f2c22000eecbb76e7666fb9e67635dcbb36a64.tar.gz
volse-hubzilla-b0f2c22000eecbb76e7666fb9e67635dcbb36a64.tar.bz2
volse-hubzilla-b0f2c22000eecbb76e7666fb9e67635dcbb36a64.zip
update installation requirements - php 5.6 and mysql 5.5.3
-rw-r--r--install/INSTALL.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt
index c059fadf1..754504a33 100644
--- a/install/INSTALL.txt
+++ b/install/INSTALL.txt
@@ -104,7 +104,7 @@ technical abilities.
Example config scripts are available for these platforms in the install
directory. Apache and nginx have the most support.
- - PHP 5.5 or later.
+ - PHP 5.6 or later.
- PHP *command line* access with register_argc_argv set to true in the
php.ini file - and with no hosting provider restrictions on the use of
@@ -116,7 +116,7 @@ technical abilities.
- some form of email server or email gateway such that PHP mail() works.
- - Mysql 5.x or MariaDB or postgres database server.
+ - Mysql 5.5.3 or later or MariaDB or postgres database server.
- ability to schedule jobs with cron.