diff --git a/install-php-extensions b/install-php-extensions index 964018d..08c1caf 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -2634,6 +2634,13 @@ installRemoteModule() { ;; esac fi + if test -z "$installRemoteModule_version"; then + case "$DISTRO_VERSION" in + debian@8) + installRemoteModule_version=1.46.3 + ;; + esac + fi ;; http) if test -z "$installRemoteModule_version"; then