Merge pull request #43 from mlocati/redis-php5.6

Fix redis for PHP 5.6
pull/44/head
Michele Locati 2019-10-10 17:05:14 +02:00 committed by GitHub
commit a858683d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -458,6 +458,11 @@ installPECLModule () {
installPECLModule_actual="${2}-2.0.10"
fi
;;
redis)
if test $1 -le 506; then
installPECLModule_actual="${2}-4.3.0"
fi
;;
ssh2)
if test $1 -le 506; then
installPECLModule_stdin='autodetect'