diff --git a/install-php-extensions b/install-php-extensions index be283bd..9d15381 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -1853,6 +1853,8 @@ installRemoteModule() { installRemoteModule_version=1.5.5 elif test $PHP_MAJMIN_VERSION -le 506; then installRemoteModule_version=1.7.5 + elif test $PHP_MAJMIN_VERSION -le 700; then + installRemoteModule_version=1.9.2 fi fi ;;