php: remove php-gettext for 7.4

This commit is contained in:
Jérémy Lecour 2021-05-01 22:14:33 +02:00 committed by Jérémy Lecour
parent 5e09906c8f
commit 51d4ec1bb2
3 changed files with 3 additions and 2 deletions

View File

@ -26,6 +26,8 @@ The **patch** part changes incrementally at each release.
### Removed
* php: remove php-gettext for 7.4
### Security
## [10.6.0] 2021-06-28

View File

@ -40,7 +40,7 @@
- name: "{{ lxc_php_version }} - Install PHP packages"
lxc_container:
name: "{{ lxc_php_version }}"
container_command: "DEBIAN_FRONTEND=noninteractive apt install -y php-fpm php-cli php-gd php-intl php-imap php-ldap php-mysql php-pgsql php-sqlite3 php-gettext php-curl php-zip php-mbstring php-zip composer libphp-phpmailer"
container_command: "DEBIAN_FRONTEND=noninteractive apt install -y php-fpm php-cli php-gd php-intl php-imap php-ldap php-mysql php-pgsql php-sqlite3 php-curl php-zip php-mbstring php-zip composer libphp-phpmailer"
- name: "{{ lxc_php_version }} - Copy evolinux PHP configuration"
template:

View File

@ -28,7 +28,6 @@
# php-mcrypt is no longer packaged for PHP 7.2
- php-pgsql
- php-sqlite3
- php-gettext
- php-curl
- php-ssh2
- php-zip