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

pull/792/head 2.1.44
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
1 changed files with 2 additions and 0 deletions

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
;;