Fix installing datadog_trace (ddtrace) on PHP 5.x (#610)

pull/612/head 1.5.32
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
1 changed files with 7 additions and 0 deletions

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)