php + canon ppa

This commit is contained in:
2022-07-15 22:59:45 +08:00
parent d3263e6da5
commit af2a7f3c80
3 changed files with 25 additions and 10 deletions

View File

@@ -14,21 +14,21 @@ sudo apt install -y --autoremove \
php${PHPVER}-cli \
php${PHPVER}-common \
php${PHPVER}-xdebug \
# php${PHPVER}-bcmath \
# php${PHPVER}-bz2 \
# php${PHPVER}-curl \
# php${PHPVER}-gd \
# php${PHPVER}-json \
# php${PHPVER}-mbstring \
php${PHPVER}-dom \
php${PHPVER}-curl \
php${PHPVER}-bcmath \
php${PHPVER}-gd \
php${PHPVER}-intl \
php${PHPVER}-mbstring \
# php${PHPVER}-mysql \
# php${PHPVER}-opcache \
# php${PHPVER}-pgsql \
# php${PHPVER}-soap \
php${PHPVER}-soap \
# php${PHPVER}-xml \
# php${PHPVER}-xmlrpc \
# php${PHPVER}-xsl \
# php${PHPVER}-sqlite3 \
# php${PHPVER}-zip
# php${PHPVER}-dba
# php${PHPVER}-zip \
# php${PHPVER}-dba \
# php${PHPVER}-ldap
php -v