mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Fix installing datadog_trace (ddtrace) on PHP 5.x (#610)
This commit is contained in:
parent
cf1b46d0c3
commit
b8195286b3
1 changed files with 7 additions and 0 deletions
|
@ -2482,6 +2482,13 @@ installRemoteModule() {
|
|||
fi
|
||||
fi
|
||||
;;
|
||||
ddtrace)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -lt 700; then
|
||||
installRemoteModule_version=0.75.0
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
decimal)
|
||||
case "$DISTRO" in
|
||||
alpine)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue