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

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

Signed-off-by: Michael Gooden <me@michaelgooden.net>
This commit is contained in:
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

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