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

Add support for propro

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

View file

@ -40,6 +40,7 @@ pdo_odbc 5.6 7.0 7.1 7.2 7.3 7.4
pdo_pgsql 5.6 7.0 7.1 7.2 7.3 7.4 pdo_pgsql 5.6 7.0 7.1 7.2 7.3 7.4
pdo_sqlsrv 7.0 7.1 7.2 7.3 7.4 pdo_sqlsrv 7.0 7.1 7.2 7.3 7.4
pgsql 5.6 7.0 7.1 7.2 7.3 7.4 pgsql 5.6 7.0 7.1 7.2 7.3 7.4
propro 5.6 7.0 7.1 7.2 7.3 7.4
protobuf 5.6 7.0 7.1 7.2 7.3 7.4 protobuf 5.6 7.0 7.1 7.2 7.3 7.4
pspell 5.6 7.0 7.1 7.2 7.3 7.4 pspell 5.6 7.0 7.1 7.2 7.3 7.4
pthreads 5.6 7.0 pthreads 5.6 7.0

View file

@ -1011,6 +1011,11 @@ installPECLModule() {
installPECLModule_actual="$2-5.7.0preview" installPECLModule_actual="$2-5.7.0preview"
fi fi
;; ;;
propro)
if test $1 -lt 700; then
installPECLModule_actual="$2-1.0.2"
fi
;;
pthreads) pthreads)
if test $1 -lt 700; then if test $1 -lt 700; then
installPECLModule_actual="$2-2.0.10" installPECLModule_actual="$2-2.0.10"