1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 00:22:40 +00:00

Fix installing snmp (#552)

This commit is contained in:
Michele Locati 2022-03-29 09:02:42 +02:00 committed by GitHub
parent bc638d23a0
commit 581a0d0fbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2256,6 +2256,7 @@ EOF
esac
;;
esac
php -r 'return;' >/dev/null 2>/dev/null || true
installBundledModule_errAfter="$(php -r 'return;' 2>&1 || true)"
if test "$installBundledModule_errAfter" != "$installBundledModule_errBefore"; then
printf 'PHP has problems after installing the "%s" extension:\n%s\n' "$1" "$installBundledModule_errAfter" >&2