[commits] [Wiki] changed: Doc/Dev/H6/Installation/PHP
Wiki Guest
wikiguest at horde.org
Fri Nov 1 09:24:56 UTC 2024
guest [80.67.179.8] Fri, 01 Nov 2024 09:24:56 +0000
Modified page: https://wiki.horde.org/Doc/Dev/H6/Installation/PHP
New Revision: 4
Change log: gettext, pcntl, openssl and zlib are already included
@@ -26,36 +26,32 @@
Depending on installed Horde applications and used backends, other
extensions are required.
For a fairly complete reference, the groupware container image
currently uses these PHP extensions:
-- php8-APCu
-- php8-bcmath
-- php8-bz2
-- php8-ctype
-- php8-calendar
-- php8-curl
-- php8-dom
-- php8-gd
-- php8-gettext
-- php8-iconv
-- php8-imagick
-- php8-intl
-- php8-ldap
-- php8-mbstring
-- php8-mysql
-- php8-opcache
-- php8-openssl
-- php8-pcntl
-- php8-pdo
-- php8-phar
-- php8-posix
-- php8-redis
-- php8-soap
-- php8-sockets
-- php8-sqlite
-- php8-tokenizer
-- php8-xmlwriter
-- php8-xmlreader
-- php8-zip
-- php8-zlib
+- php-apcu
+- php-bcmath
+- php-bz2
+- php-ctype
+- php-calendar
+- php-curl
+- php-dom
+- php-gd
+- php-iconv
+- php-imagick
+- php-intl
+- php-ldap
+- php-mbstring
+- php-mysql
+- php-opcache
+- php-pdo
+- php-phar
+- php-posix
+- php-redis
+- php-soap
+- php-sockets
+- php-sqlite3
+- php-tokenizer
+- php-xmlwriter
+- php-xmlreader
+- php-zip
Composer will tell user whenever a platform requirement is missing.
More information about the commits
mailing list