From 6320506c2738258c0bab9a6778342fbdc958b022 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 7 Nov 2025 19:36:56 +0000 Subject: [PATCH] update install document --- install/INSTALL.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/INSTALL.txt b/install/INSTALL.txt index 464f54a51..e52477c96 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -83,14 +83,14 @@ web server platforms. Example config scripts are available for these platforms in the install directory. Apache and nginx have the most support. - - PHP 8.1 or later. + - PHP 8.2 or later. - PHP *command line* access with register_argc_argv set to true in the php.ini file - and with no hosting provider restrictions on the use of exec() and proc_open(). - curl, gd (with at least jpeg and png support), mysqli, mbstring, xml, - xmlreader (FreeBSD), zip, openssl, iconv, intl, sodium, bcmath (or gmp) extensions. + xmlreader (FreeBSD), zip, openssl, iconv, intl, sodium, gmp extensions. The imagick extension MAY be used instead of gd, but is not required and MAY also be disabled via configuration option.