mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Add support for XHProf
This commit is contained in:
parent
41591ccf8f
commit
85a9effc11
2 changed files with 6 additions and 0 deletions
|
@ -1282,6 +1282,11 @@ installPECLModule() {
|
|||
installPECLModule_actual="$2-5.0.2"
|
||||
fi
|
||||
;;
|
||||
xhprof)
|
||||
if test $1 -le 506; then
|
||||
installPECLModule_actual="$2-0.9.4"
|
||||
fi
|
||||
;;
|
||||
yaml)
|
||||
if test $1 -lt 700; then
|
||||
installPECLModule_actual="$2-1.3.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue