mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
update install document
This commit is contained in:
@@ -83,14 +83,14 @@ web server platforms.
|
|||||||
Example config scripts are available for these platforms in the install
|
Example config scripts are available for these platforms in the install
|
||||||
directory. Apache and nginx have the most support.
|
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 *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
|
php.ini file - and with no hosting provider restrictions on the use of
|
||||||
exec() and proc_open().
|
exec() and proc_open().
|
||||||
|
|
||||||
- curl, gd (with at least jpeg and png support), mysqli, mbstring, xml,
|
- 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
|
The imagick extension MAY be used instead of gd, but is not required and MAY also be disabled via
|
||||||
configuration option.
|
configuration option.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user