updated php state
This commit is contained in:
parent
3045081b50
commit
6e2a084f61
@ -2,14 +2,19 @@
|
||||
php:
|
||||
version: '7.3'
|
||||
pkgs:
|
||||
- php7.3
|
||||
- php7.3-curl
|
||||
- php7.3-fpm
|
||||
- php7.3-gd
|
||||
- php7.3-mbstring
|
||||
- php7.3-pgsql
|
||||
- php7.3-xml
|
||||
- php7.3-zip
|
||||
- php
|
||||
- php-apcu
|
||||
- php-curl
|
||||
- php-fpm
|
||||
- php-gd
|
||||
- php-imagick
|
||||
- php-intl
|
||||
- php-mbstring
|
||||
- php-memcached
|
||||
- php-redis
|
||||
- php-pgsql
|
||||
- php-xml
|
||||
- php-zip
|
||||
extensions:
|
||||
- readline
|
||||
config_file: /etc/php/7.3/fpm/php.ini
|
||||
@ -145,4 +150,4 @@ php:
|
||||
fpm:
|
||||
config_file: /etc/php/7.3/fpm/php-fpm.conf
|
||||
config:
|
||||
socket: /var/run/php/php7.3-fpm.sock
|
||||
socket: /var/run/php/php7.3-fpm.sock
|
||||
|
Loading…
Reference in New Issue
Block a user