Merge pull request #245 from mlocati/swoole-php7.1
Fix installing swoole with PHP 7.1pull/246/head 1.1.30
commit
bba413a175
|
@ -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…
Reference in New Issue