mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-02 09:27:58 +01:00
Add support for zstd
This commit is contained in:
parent
ecc7ca0f71
commit
e6ec222430
@ -93,3 +93,4 @@ yaml 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
yar 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
zip 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
zookeeper 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||
zstd 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
|
@ -2164,7 +2164,7 @@ configureInstaller() {
|
||||
if ! stringInList 'zip' "$PHP_PREINSTALLED_MODULES"; then
|
||||
PHP_MODULES_TO_INSTALL="zip $(removeStringFromList 'zip' "$PHP_MODULES_TO_INSTALL")"
|
||||
fi
|
||||
if anyStringInList 'swoole xdebug xhprof pdo_sqlsrv sqlsrv igbinary seaslog' "$PHP_MODULES_TO_INSTALL"; then
|
||||
if anyStringInList 'swoole xdebug xhprof pdo_sqlsrv sqlsrv igbinary seaslog zstd' "$PHP_MODULES_TO_INSTALL"; then
|
||||
USE_PICKLE=2
|
||||
else
|
||||
curl -sSLf https://github.com/FriendsOfPHP/pickle/releases/latest/download/pickle.phar -o /tmp/pickle
|
||||
|
Loading…
Reference in New Issue
Block a user