Add support for openswoole on PHP 8.4, Fix installing openswoole on PHP 8.1 (#1054)
parent
c663db3cb1
commit
299a565481
|
@ -69,7 +69,7 @@ oci8 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
|
|||
odbc 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
|
||||
opcache 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
|
||||
opencensus 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3
|
||||
openswoole 7.2 7.3 7.4 8.0 8.1 8.2 8.3
|
||||
openswoole 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
|
||||
opentelemetry 8.0 8.1 8.2 8.3 8.4
|
||||
parallel 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
|
||||
parle 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
|
||||
|
|
|
@ -3568,6 +3568,8 @@ installRemoteModule() {
|
|||
installRemoteModule_version=4.10.0
|
||||
elif test $PHP_MAJMIN_VERSION -lt 801; then
|
||||
installRemoteModule_version=22.0.0
|
||||
elif test $PHP_MAJMIN_VERSION -lt 802; then
|
||||
installRemoteModule_version=22.1.2
|
||||
fi
|
||||
else
|
||||
installRemoteModule_version="$(resolvePeclStabilityVersion "$installRemoteModule_module" "$installRemoteModule_version")"
|
||||
|
|
Loading…
Reference in New Issue