Fix uopz for < php 8

pull/399/head
Fred Cox 2021-07-30 22:11:17 +03:00
parent 85beabd644
commit bd7fcd4795
2 changed files with 3 additions and 1 deletions

View File

@ -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 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 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 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 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 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 vips 7.0 7.1 7.2 7.3 7.4 8.0 8.1

View File

@ -2240,6 +2240,8 @@ installRemoteModule() {
installRemoteModule_version=2.0.7 installRemoteModule_version=2.0.7
elif test $PHP_MAJMIN_VERSION -le 700; then elif test $PHP_MAJMIN_VERSION -le 700; then
installRemoteModule_version=5.0.2 installRemoteModule_version=5.0.2
elif test $PHP_MAJMIN_VERSION -le 740; then
installRemoteModule_version=6.1.2
fi fi
fi fi
;; ;;