mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 08:32:42 +00:00
Fix installing amqp in PHP 5.6 -> 7.3 (#790)
This commit is contained in:
parent
3184a373fd
commit
7c76d4ff98
1 changed files with 2 additions and 0 deletions
|
@ -2555,6 +2555,8 @@ installRemoteModule() {
|
||||||
installRemoteModule_version=1.9.3
|
installRemoteModule_version=1.9.3
|
||||||
elif test $PHP_MAJMIN_VERSION -le 505; then
|
elif test $PHP_MAJMIN_VERSION -le 505; then
|
||||||
installRemoteModule_version=1.9.4
|
installRemoteModule_version=1.9.4
|
||||||
|
elif test $PHP_MAJMIN_VERSION -le 703; then
|
||||||
|
installRemoteModule_version=1.11.0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue