mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Add support for SeasLog
This commit is contained in:
parent
4ed7a10ff5
commit
f75c4ea5ed
2 changed files with 2 additions and 1 deletions
|
@ -2131,7 +2131,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' "$PHP_MODULES_TO_INSTALL"; then
|
||||
if anyStringInList 'swoole xdebug xhprof pdo_sqlsrv sqlsrv igbinary seaslog' "$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…
Add table
Add a link
Reference in a new issue