Fix INI ordering issue with openswoole and sockets on Alpine (#554) (#555)

Signed-off-by: Michael Gooden <me@michaelgooden.net>
pull/556/head 1.5.6
Michael Gooden 2022-03-30 17:59:33 +02:00 committed by GitHub
parent 581a0d0fbf
commit db9b4aab47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2738,6 +2738,7 @@ installRemoteModule() {
fi
if php --ri sockets >/dev/null 2>/dev/null; then
installRemoteModule_sockets=yes
installRemoteModule_ini_basename="xx-php-ext-$installRemoteModule_module"
else
installRemoteModule_sockets=no
fi