1
0
Fork 0
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:
Michele Locati 2022-07-12 14:20:02 +02:00 committed by GitHub
parent cf1b46d0c3
commit b8195286b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)