From 535ae22ea11ed55f154e9470f5543a286b425231 Mon Sep 17 00:00:00 2001 From: Jamie McClymont Date: Wed, 6 Mar 2019 04:58:17 +0000 Subject: [PATCH] Update minimum PHP version requirement (fairly conservatively) For context, debian jessie has 5.6, ubuntu trusty (out of support) has 5.5. I believe I have used 5.4 array syntax in some DAViCal code, and made a change to AWL which requires 5.2. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index cd8fdf64..8e48d731 100644 --- a/INSTALL +++ b/INSTALL @@ -78,7 +78,7 @@ a number of years. The following other software is also needed: Apache: 1.3.x or 2.x.x - PHP: 5.1 or greater (along with the PDO and PostgreSQL extensions) + PHP: 5.4 or greater (along with the PDO and PostgreSQL extensions) PostgreSQL: 8.2 or greater The PostgreSQL database may be installed on a server other