Merge pull request #28 from mlocati/pcov

Add support to PCOV
pull/29/head
Michele Locati 2019-08-21 12:47:03 +02:00 committed by GitHub
commit 2b5e46ae24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,7 @@ mysqli 5.6 7.0 7.1 7.2 7.3
odbc 5.6 7.0 7.1 7.2 7.3 odbc 5.6 7.0 7.1 7.2 7.3
opcache 5.6 7.0 7.1 7.2 7.3 opcache 5.6 7.0 7.1 7.2 7.3
pcntl 5.6 7.0 7.1 7.2 7.3 pcntl 5.6 7.0 7.1 7.2 7.3
pcov 7.0 7.1 7.2 7.3
pdo_dblib 5.6 7.0 7.1 7.2 7.3 pdo_dblib 5.6 7.0 7.1 7.2 7.3
pdo_firebird 5.6 7.0 7.1 7.2 7.3 pdo_firebird 5.6 7.0 7.1 7.2 7.3
pdo_mysql 5.6 7.0 7.1 7.2 7.3 pdo_mysql 5.6 7.0 7.1 7.2 7.3

View File

@ -460,6 +460,12 @@ installPECLModule () {
installPECLModule_actual="${2}-2.2.0" installPECLModule_actual="${2}-2.2.0"
fi fi
;; ;;
pcov)
if test $1 -lt 701
then
installPECLModule_actual="${2}-0.9.0"
fi
;;
pthreads) pthreads)
if test $1 -lt 700 if test $1 -lt 700
then then