diff --git a/install-php-extensions b/install-php-extensions index 5a7d2a6..6016a68 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -2147,8 +2147,6 @@ installRemoteModule() { if test -z "$installRemoteModule_version"; then if test $PHP_MAJMIN_VERSION -le 703; then installRemoteModule_version=2.2.3 - elif test $PHP_MAJMIN_VERSION -ge 800; then - installRemoteModule_version=beta fi fi ;;