Merge pull request #50 from mlocati/msgpack

Add support for msgpack
pull/51/head
Michele Locati 2019-10-11 15:26:48 +02:00 committed by GitHub
commit 0b761afce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,7 @@ ldap 5.6 7.0 7.1 7.2 7.3 7.4
mcrypt 5.6 7.0 7.1 7.2 7.3 7.4
memcache 5.6
memcached 5.6 7.0 7.1 7.2 7.3 7.4
msgpack 5.6 7.0 7.1 7.2 7.3 7.4
mysql 5.6
mysqli 5.6 7.0 7.1 7.2 7.3 7.4
odbc 5.6 7.0 7.1 7.2 7.3 7.4

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"