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 raphf

This commit is contained in:
Michele Locati 2019-12-24 10:20:45 +01:00
parent b9a1058c7d
commit e8cf38713b
No known key found for this signature in database
GPG key ID: 98B7CE2E7234E28B
2 changed files with 6 additions and 0 deletions

View file

@ -1016,6 +1016,11 @@ installPECLModule() {
installPECLModule_actual="$2-2.0.10"
fi
;;
raphf)
if test $1 -lt 700; then
installPECLModule_actual="$2-1.1.2"
fi
;;
rdkafka)
installPECLModule_tmp=
case "$(getDistro)" in