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