mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-26 20:15:03 +01:00
Fix installing ast on PHP 7.1- (#624)
This commit is contained in:
parent
05ddea7f49
commit
c32c1b259c
@ -2442,6 +2442,13 @@ installRemoteModule() {
|
||||
# apcu_bc must be loaded after apcu
|
||||
installRemoteModule_ini_basename="xx-php-ext-$installRemoteModule_module"
|
||||
;;
|
||||
ast)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 701; then
|
||||
installRemoteModule_version=1.0.16
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
blackfire)
|
||||
case $(uname -m) in
|
||||
i386 | i686 | x86)
|
||||
|
Loading…
Reference in New Issue
Block a user