1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 16:42:41 +00:00

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

This commit is contained in:
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

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