php fixes

This commit is contained in:
2023-03-10 13:55:10 +08:00
parent 01896666f2
commit 3bb7ec3564
7 changed files with 14 additions and 7 deletions

View File

@@ -16,12 +16,10 @@ sudo apt install -y --autoremove \
php${PHPVER}-cli \
php${PHPVER}-common \
php${PHPVER}-curl \
# php${PHPVER}-dba \
php${PHPVER}-dev \
php${PHPVER}-dom \
php${PHPVER}-gd \
php${PHPVER}-intl \
# php${PHPVER}-ldap \
php${PHPVER}-mbstring \
php${PHPVER}-mysql \
php${PHPVER}-opcache \
@@ -31,7 +29,10 @@ sudo apt install -y --autoremove \
php${PHPVER}-xdebug \
php${PHPVER}-xml \
php${PHPVER}-xmlrpc \
# php${PHPVER}-xsl \
php${PHPVER}-zip
# php${PHPVER}-ldap \
# php${PHPVER}-dba \
# php${PHPVER}-xsl \
php -v