diff --git a/install-php-extensions b/install-php-extensions index f629100..246b825 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -1838,8 +1838,6 @@ 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 800; then - installRemoteModule_version=1.9.0 fi fi ;;