diff --git a/install-php-extensions b/install-php-extensions index 7f92763..5046057 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -2212,7 +2212,7 @@ installRemoteModule() { if test $PHP_MAJMIN_VERSION -lt 700; then installRemoteModule_version=0.5.0 elif test $PHP_MAJMIN_VERSION -gt 702; then - installRemoteModule_version=0.7.2 + installRemoteModule_version=beta fi fi ;;