[commits] [Wiki] changed: Doc/Dev/H6/Installation/PHP

Wiki Guest wikiguest at horde.org
Sat Mar 16 20:37:35 UTC 2024


guest [91.32.127.252]  Sat, 16 Mar 2024 20:37:35 +0000

Modified page: https://wiki.horde.org/Doc/Dev/H6/Installation/PHP
New Revision:  3
Change log:  composer is now the recommended installation method

@@ -3,15 +3,18 @@
  Horde 6 requires PHP 8.1 or PHP 8.2 versions.
  Support for PHP 8.3 is in development.

  ++ Ubuntu and Debian
+
  Install following packages:
-apt-get install composer
-apt-get install php-xml
-apt-get install php-curl
-apt-get install php-ldap
-apt-get install php-bcmath
-apt-get install php-mysql
+<code>
+sudo apt-get install composer
+sudo apt-get install php-xml
+sudo apt-get install php-curl
+sudo apt-get install php-ldap
+sudo apt-get install php-bcmath
+sudo apt-get install php-mysql
+</code>

  ++ PHP Extensions

   - PHAR extension is required for composer and other utilities



More information about the commits mailing list