diff --git a/data/supported-extensions b/data/supported-extensions index 8580097..88591fd 100644 --- a/data/supported-extensions +++ b/data/supported-extensions @@ -91,7 +91,7 @@ sysvshm 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 tensor 7.2 7.3 7.4 8.0 tidy 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 timezonedb 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 -uopz 5.5 5.6 7.0 7.1 7.2 7.3 7.4 +uopz 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 uploadprogress 5.5 5.6 7.0 7.1 7.2 7.3 7.4 uuid 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 vips 7.0 7.1 7.2 7.3 7.4 8.0 8.1 diff --git a/install-php-extensions b/install-php-extensions index 2d28bea..0e3aa96 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -2240,6 +2240,8 @@ installRemoteModule() { installRemoteModule_version=2.0.7 elif test $PHP_MAJMIN_VERSION -le 700; then installRemoteModule_version=5.0.2 + elif test $PHP_MAJMIN_VERSION -le 740; then + installRemoteModule_version=6.1.2 fi fi ;;