Skip to content

Commit

Permalink
Fix installing amqp in PHP 5.6 -> 7.3 (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati authored Aug 21, 2023
1 parent 3184a37 commit 7c76d4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit 7c76d4f

Please sign in to comment.