php: add postgresql
This commit is contained in:
parent
8e524d2a8e
commit
5a1f77ca98
|
@ -6,6 +6,7 @@
|
||||||
- php-fpm
|
- php-fpm
|
||||||
- php-gd
|
- php-gd
|
||||||
- php-imap
|
- php-imap
|
||||||
|
- php-pgsql
|
||||||
|
|
||||||
- name: enable extension
|
- name: enable extension
|
||||||
notify: restart php-fpm
|
notify: restart php-fpm
|
||||||
|
@ -17,6 +18,8 @@
|
||||||
- curl
|
- curl
|
||||||
- gd
|
- gd
|
||||||
- imap
|
- imap
|
||||||
|
- pgsql
|
||||||
|
- pdo_pgsql
|
||||||
- mysqli
|
- mysqli
|
||||||
- pdo_mysql
|
- pdo_mysql
|
||||||
- zip
|
- zip
|
||||||
|
|
Loading…
Reference in New Issue