mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-26 20:15:03 +01:00
Install newer excimer versions on PHP 7.1-7.3 too (#720)
This commit is contained in:
parent
aec3818fd8
commit
b27f9786b8
@ -2682,13 +2682,6 @@ installRemoteModule() {
|
||||
# event must be loaded after sockets
|
||||
installRemoteModule_ini_basename="xx-php-ext-$installRemoteModule_module"
|
||||
;;
|
||||
excimer)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
if test "$DISTRO" = alpine && test $PHP_MAJMIN_VERSION -le 703; then
|
||||
installRemoteModule_version=1.0.4
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
gearman)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||
|
Loading…
Reference in New Issue
Block a user