From bffd6030bd629aab25f95673297cf542e80e86ea Mon Sep 17 00:00:00 2001 From: Jeff Odegard <42775175+JeffOdegard@users.noreply.github.com> Date: Tue, 26 Mar 2019 08:54:14 -0600 Subject: [PATCH] Add note to Readme regarding PHP 7.3 Sagacity is not fully compatible with PHP 7.3. There are deprecation warnings and other possible unknown affects, so please use PHP 7.2 until we can thoroughly test. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 115bf8a..10b3540 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,16 @@ _Keen insight. Sound judgment. Wise decisions. Sagacity._ ### Software Requirements Sagacity has the following software requirements. The versions listed are the minimum required for operation. For PHP, we recommend the closest version you can get to the one listed, further versions may deprecate features before we have the chance to update the code. + +*Please note: Sagacity is not fully compatible with XAMPP 7.3.x or PHP 7.3. Please use XAMPP 7.2 / PHP 7.2 instead.* + - PHP 7.2 - MySQL 5.7+ or MariaDB 10+ - Apache 2.4+ For Windows, you can install XAMPP 7.2.x from https://www.apachefriends.org/download.html + ## Installation See README.pdf for complete installation instructions.