Add support for openswoole on PHP 8.4, Fix installing openswoole on PHP 8.1 (#1054)

master
Michele Locati 2025-02-03 09:23:28 +01:00 committed by GitHub
parent c663db3cb1
commit 299a565481
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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")"