mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Fix installing ast on PHP 7.1- (#624)
This commit is contained in:
parent
05ddea7f49
commit
c32c1b259c
1 changed files with 7 additions and 0 deletions
|
@ -2442,6 +2442,13 @@ installRemoteModule() {
|
||||||
# apcu_bc must be loaded after apcu
|
# apcu_bc must be loaded after apcu
|
||||||
installRemoteModule_ini_basename="xx-php-ext-$installRemoteModule_module"
|
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)
|
blackfire)
|
||||||
case $(uname -m) in
|
case $(uname -m) in
|
||||||
i386 | i686 | x86)
|
i386 | i686 | x86)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue