php: Install php-sqlite by default

This commit is contained in:
Ludovic Poujol 2020-06-04 11:39:51 +02:00
parent c7d456471b
commit 8c883c44dd
4 changed files with 8 additions and 4 deletions

View file

@ -15,6 +15,7 @@ The **patch** part changes incrementally at each release.
* mysql: specify a custom server_id
* mysql: option to define as read only
* packweb-apache: Install zip & unzip by default
* php: Install php-sqlite by default
### Changed

View file

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

View file

@ -26,6 +26,7 @@
- php5-mcrypt
- "{{ php_modules_mysqlnd | bool | ternary('php5-mysqlnd','php5-mysql') }}"
- php5-pgsql
- php5-sqlite
- php-gettext
- php5-intl
- php5-curl

View file

@ -26,6 +26,7 @@
- php-ldap
- "{{ php_modules_mysqlnd | bool | ternary('php-mysqlnd','php-mysql') }}"
- php-pgsql
- php-sqlite3
# php-mcrypt is no longer packaged for PHP 7.2
- php-gettext
- php-curl