diff --git a/install-php-extensions b/install-php-extensions index 7be4059..0e83bd5 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -2787,6 +2787,8 @@ installRemoteModule() { if test -z "$installRemoteModule_version"; then if test $PHP_MAJMIN_VERSION -le 506; then installRemoteModule_version=2.1.6 + elif test $PHP_MAJMIN_VERSION -le 702; then + installRemoteModule_version=3.1.3 fi fi ;;