diff --git a/install-php-extensions b/install-php-extensions index 1f7ef5f..d0c66a1 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -2729,6 +2729,8 @@ installRemoteModule() { if test -z "$installRemoteModule_version"; then if test $PHP_MAJMIN_VERSION -le 506; then installRemoteModule_version=3.12.4 + else + installRemoteModule_version=stable fi fi ;;