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

Fix redis for PHP 5.6

Test: redis
This commit is contained in:
Michele Locati 2019-10-10 17:00:42 +02:00
parent eada447420
commit 5360b61450
No known key found for this signature in database
GPG key ID: 98B7CE2E7234E28B

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'