1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 00:22:40 +00:00

Fix installing amqp in PHP 5.6 -> 7.3 (#790)

This commit is contained in:
Michele Locati 2023-08-21 09:42:12 +02:00 committed by GitHub
parent 3184a373fd
commit 7c76d4ff98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2555,6 +2555,8 @@ installRemoteModule() {
installRemoteModule_version=1.9.3
elif test $PHP_MAJMIN_VERSION -le 505; then
installRemoteModule_version=1.9.4
elif test $PHP_MAJMIN_VERSION -le 703; then
installRemoteModule_version=1.11.0
fi
fi
;;