From 7c480590819a06b220456d5e61df22bc25cbd491 Mon Sep 17 00:00:00 2001 From: yuorfaec <66703188+yuorfaec@users.noreply.github.com> Date: Wed, 8 Dec 2021 16:04:57 -0600 Subject: [PATCH] Docs: adjust requirements for current version Placeholder until resolution for https://github.com/LycheeOrg/Lychee/pull/1164 --- docs/installation.md | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index dc6dc66c..7e182027 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -9,21 +9,23 @@ The Lychee gallery has a few system requirements. You will need to make sure you - MySQL _(version > 5.7.8)_ / MariaDB _(version > 10.2)_ - PostgreSQL _(version > 9.2)_ - Lychee's inbuilt SQLite3 support -- PHP >= 7.4 with these PHP extensions: - - BCMath - - Ctype - - Exif - - Ffmpeg (optional — to generate video thumbnails) - - Fileinfo - - GD - - Imagick (optional — to generate better thumbnails) - - JSON - - Mbstring - - OpenSSL - - PDO - - Tokenizer - - XML - - ZIP +- Lychee 4.4.0 and earlier: + - PHP >= 8.0 with these PHP extensions: + - BCMath + - Ctype + - Exif + - Ffmpeg (optional — to generate video thumbnails) + - Fileinfo + - GD + - Imagick (optional — to generate better thumbnails) + - Intl + - JSON + - Mbstring + - OpenSSL + - PDO + - Tokenizer + - XML + - ZIP While Lychee works on 32bit systems, we **strongly** recommend the use of a 64bit OS.