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:
parent
2041514c21
commit
d9ac72aa70
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue