1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-08 16:17:20 +00:00

Fix installing swoole with PHP 7.1

Test: swoole
This commit is contained in:
Michele Locati 2021-01-10 13:31:36 +01:00
parent 2041514c21
commit d9ac72aa70
No known key found for this signature in database
GPG key ID: 98B7CE2E7234E28B

View file

@ -1732,6 +1732,8 @@ installRemoteModule() {
installRemoteModule_version=2.0.11
elif test $PHP_MAJMIN_VERSION -le 700; then
installRemoteModule_version=4.3.6
elif test $PHP_MAJMIN_VERSION -le 701; then
installRemoteModule_version=4.5.10
fi
fi
if php --ri sockets >/dev/null 2>/dev/null; then