aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2023-12-26 15:34:50 +0100
committerHarald Eilertsen <haraldei@anduin.net>2023-12-26 15:34:50 +0100
commit57570c144a58eef59e19ec07a2a1149b54918ced (patch)
treeb638e05b1a7e7d063fc7bf589698fc361f302b68
parentc3a235242eb180860ac778743184d2297dd8f3a9 (diff)
downloadvolse-hubzilla-57570c144a58eef59e19ec07a2a1149b54918ced.tar.gz
volse-hubzilla-57570c144a58eef59e19ec07a2a1149b54918ced.tar.bz2
volse-hubzilla-57570c144a58eef59e19ec07a2a1149b54918ced.zip
doc/admin-guide: Update min php version and reqd extensions.
-rw-r--r--doc/admin/administrator_guide.md12
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.