mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Add support to PCOV
This commit is contained in:
parent
a4fdd1d64c
commit
77b798d328
2 changed files with 7 additions and 0 deletions
|
@ -460,6 +460,12 @@ installPECLModule () {
|
|||
installPECLModule_actual="${2}-2.2.0"
|
||||
fi
|
||||
;;
|
||||
pcov)
|
||||
if test $1 -lt 701
|
||||
then
|
||||
installPECLModule_actual="${2}-0.9.0"
|
||||
fi
|
||||
;;
|
||||
pthreads)
|
||||
if test $1 -lt 700
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue