diff --git a/install-php-extensions b/install-php-extensions index d8d69f7..6aa25c9 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -2555,6 +2555,8 @@ installRemoteModule() { installRemoteModule_version=1.9.3 elif test $PHP_MAJMIN_VERSION -le 505; then installRemoteModule_version=1.9.4 + elif test $PHP_MAJMIN_VERSION -le 703; then + installRemoteModule_version=1.11.0 fi fi ;;