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

Add support for msgpack

This commit is contained in:
Michele Locati 2019-10-11 15:22:43 +02:00
parent 8d2369eabf
commit cb0354ebde
No known key found for this signature in database
GPG key ID: 98B7CE2E7234E28B
2 changed files with 6 additions and 0 deletions

View file

@ -435,6 +435,11 @@ installPECLModule () {
installPECLModule_actual="${2}-2.2.0"
fi
;;
msgpack)
if test $1 -le 506; then
installPECLModule_actual="${2}-0.5.7"
fi
;;
parallel)
if test $1 -le 701; then
installPECLModule_actual="${2}-0.8.3"