diff --git a/install-php-extensions b/install-php-extensions index b3ab422c..058def2f 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -3880,6 +3880,8 @@ 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 ;;