Merge pull request #399 from mcfedr/uopz

Fix uopz for < php 8
pull/401/head
Michele Locati 2021-08-01 04:32:20 +03:00 committed by GitHub
commit eea6dce78f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
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

View File

@ -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
;;