Merge pull request #92 from mlocati/propro

Add support for propro
pull/93/head
Michele Locati 2019-12-24 10:40:24 +01:00 committed by GitHub
commit 852875b657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"