diff options
author | Mario <mario@mariovavti.com> | 2024-01-01 20:17:52 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-01 20:17:52 +0000 |
commit | 95c645865d4e4984956131f5c765431d1dbc1873 (patch) | |
tree | 267593f8047300e22667b439a4d680db59ec2803 | |
parent | f2f9cfaf28508f66c1e948e7d1a9bf6b0c637d9d (diff) | |
parent | 57570c144a58eef59e19ec07a2a1149b54918ced (diff) | |
download | volse-hubzilla-95c645865d4e4984956131f5c765431d1dbc1873.tar.gz volse-hubzilla-95c645865d4e4984956131f5c765431d1dbc1873.tar.bz2 volse-hubzilla-95c645865d4e4984956131f5c765431d1dbc1873.zip |
Merge branch 'doc-fixes' into 'dev'
docs: Update admin guide requirements
See merge request hubzilla/core!2080
-rw-r--r-- | doc/admin/administrator_guide.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/admin/administrator_guide.md b/doc/admin/administrator_guide.md index 132e8b63d..0cc6b4c0f 100644 --- a/doc/admin/administrator_guide.md +++ b/doc/admin/administrator_guide.md @@ -85,16 +85,16 @@ There are several ways to deploy a new hub. Example config scripts are available for these platforms in doc/install. Apache and nginx have the most support. -* PHP 7.1 or later. - * Note that on some shared hosting environments, the _command line_ - version of PHP might differ from the _webserver_ version +* PHP 8.1 or later. + Note that on some shared hosting environments, the _command line_ + version of PHP might differ from the _webserver_ version * 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(). -* curl, gd (with at least jpeg and png support), mysqli, mbstring, zip, - and openssl extensions. The imagick extension is not required but desirable. +* curl, gd (with at least jpeg and png support), pdo-mysql (or pdo-postgres), mbstring, zip, + and openssl extensions. The imagick extension is not required, but recommended. * xml extension is required if you want webdav to work. |