18
0
Fork 0

HowtoPHP: Install php-xml now that it has been split off

This commit is contained in:
David Prevot 2022-08-17 16:22:42 +02:00
parent a790769f75
commit 56b415d5e4
1 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ ainsi que les outils [Composer](https://getcomposer.org/) et
[PHPMailer](https://github.com/PHPMailer/PHPMailer) :
~~~
# apt install php php-cli php-curl php-mysql php-pgsql php-ldap php-imap php-gd php-ssh2 composer libphp-phpmailer
# apt install php php-cli php-curl php-mysql php-pgsql php-ldap php-imap php-gd php-ssh2 php-xml composer libphp-phpmailer
$ php -v
PHP 7.4.25 (cli) (built: Oct 23 2021 21:53:50) ( NTS )
@ -81,7 +81,7 @@ deb https://packages.sury.org/php/ bullseye main
Et vous installerez PHP normalement (à part les paquets php-amqp php-apcu php-igbinary php-redis php-ssh2 que vous devrez forcer en version 8.0) :
~~~
# apt install php php-cli php-curl php-mysql php-pgsql php-ldap php-imap php-gd composer libphp-phpmailer php8.0-ssh2
# apt install php php-cli php-curl php-mysql php-pgsql php-ldap php-imap php-gd php-xml composer libphp-phpmailer php8.0-ssh2
~~~
**Nettoyage :**
@ -102,7 +102,7 @@ deb https://packages.sury.org/php/ bullseye main
~~~
~~~
# apt install php php-cli php-curl php-mysql php-pgsql php-ldap php-imap php-gd composer libphp-phpmailer php8.1-ssh2
# apt install php php-cli php-curl php-mysql php-pgsql php-ldap php-imap php-gd php-xml composer libphp-phpmailer php8.1-ssh2
~~~
**Nettoyage :** voir si dessus comme pour PHP 8.0.