php: variable to install the mysqlnd module instead of the default mysql module
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Jérémy Lecour 2019-08-16 10:11:23 +02:00 committed by Jérémy Lecour
parent 6d2db1341f
commit c0ed2fa620
4 changed files with 6 additions and 3 deletions

View file

@ -12,6 +12,7 @@ The **patch** part changes incrementally at each release.
### Added
* evolinux-base: On debian 10 and later, add noexec on /dev/shm
* php: variable to install the mysqlnd module instead of the default mysql module
### Changed
* elasticsearch: listen on local interface only by default

View file

@ -4,3 +4,5 @@ php_sury_enable: False
php_fpm_enable: False
php_apache_enable: False
php_symfony_requirements: False
php_modules_mysqlnd: False

View file

@ -24,7 +24,7 @@
- php5-imap
- php5-ldap
- php5-mcrypt
- php5-mysql
- "{{ php_modules_mysqlnd | bool | ternary('php5-mysqlnd','php5-mysql') }}"
- php5-pgsql
- php-gettext
- php5-intl

View file

@ -22,9 +22,9 @@
- php-intl
- php-imap
- php-ldap
- php-mysql
# php-mcrypt is no longer packaged for PHP 7.2
- "{{ php_modules_mysqlnd | bool | ternary('php-mysqlnd','php-mysql') }}"
- php-pgsql
# php-mcrypt is no longer packaged for PHP 7.2
- php-gettext
- php-curl
- php-ssh2