Add support for propro

pull/92/head
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_sqlsrv 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
pspell 5.6 7.0 7.1 7.2 7.3 7.4
pthreads 5.6 7.0

View File

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