Skip to content

Commit

Permalink
Docs: adjust requirements for current version
Browse files Browse the repository at this point in the history
Placeholder until resolution for LycheeOrg/Lychee#1164
  • Loading branch information
yuorfaec authored Dec 8, 2021
1 parent c968013 commit 7c48059
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7c48059

Please sign in to comment.