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:
parent
8d2369eabf
commit
cb0354ebde
2 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue