Remove bz2 from recommend extensions

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI
2024-01-16 00:36:49 +01:00
parent 28e1ba6003
commit 2c6ac0e1dd

View File

@@ -42,13 +42,13 @@ Database connectors (pick the one for your database):
*Recommended* packages:
* PHP module bz2 (recommended, required for extraction of apps)
* PHP module intl (increases language translation performance and fixes sorting
of non-ASCII characters)
* PHP module sodium (for Argon2 for password hashing. bcrypt is used as fallback, but if passwords were hashed with Argon2 already and the module is missing, your users can't log in.)
Required for specific apps:
* PHP module bz2 (for apps packaged as bz2 archive)
* PHP module ldap (for LDAP integration)
* PHP module smbclient (SMB/CIFS integration, see
:doc:`../configuration_files/external_storage/smb`)