Support uploadprogress for PHP 8.0 (#445)

pull/446/head
Laurent Laville 2021-09-29 09:18:17 +02:00 committed by GitHub
parent cdda8c2bdd
commit 2a4168f26b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -96,7 +96,7 @@ 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 8.0 8.1
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 8.0
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
wddx 5.5 5.6 7.0 7.1 7.2 7.3

View File

@ -2508,6 +2508,13 @@ installRemoteModule() {
fi
fi
;;
uploadprogress)
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 701; then
installRemoteModule_version=1.1.4
fi
fi
;;
uuid)
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 506; then