diff --git a/install-php-extensions b/install-php-extensions index 6e611bd..ff61ab4 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -3889,8 +3889,6 @@ installRemoteModule() { installRemoteModule_version=2.9.8 elif test $PHP_MAJMIN_VERSION -le 704; then installRemoteModule_version=3.1.6 - elif test $PHP_MAJMIN_VERSION -ge 803; then - installRemoteModule_version=beta fi fi ;;