Add support for msgpack

pull/50/head
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

@ -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 mcrypt 5.6 7.0 7.1 7.2 7.3 7.4
memcache 5.6 memcache 5.6
memcached 5.6 7.0 7.1 7.2 7.3 7.4 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 mysql 5.6
mysqli 5.6 7.0 7.1 7.2 7.3 7.4 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 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" installPECLModule_actual="${2}-2.2.0"
fi fi
;; ;;
msgpack)
if test $1 -le 506; then
installPECLModule_actual="${2}-0.5.7"
fi
;;
parallel) parallel)
if test $1 -le 701; then if test $1 -le 701; then
installPECLModule_actual="${2}-0.8.3" installPECLModule_actual="${2}-0.8.3"