Support uploadprogress for PHP 8.0 (#445)
parent
cdda8c2bdd
commit
2a4168f26b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue