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

snuffleupagus: enable .rules

This module uses very strict defaults which block almost everything.
This commit is contained in:
Konstantin A. Lepikhov 2020-02-27 20:59:35 +01:00
parent 310d89ade2
commit 796d556072

View file

@ -1012,6 +1012,13 @@ installModuleFromSource() {
make -j$(nproc) install
cd - >/dev/null
docker-php-ext-enable "$1"
case "$1" in
snuffleupagus) # otherwise php -m will be empty
printf '%s\n%s\n' 'extension=snuffleupagus.so' \
'sp.configuration_file=/usr/local/etc/php/conf.d/snuffleupagus.rules' \
> /usr/local/etc/php/conf.d/docker-php-ext-snuffleupagus.ini
;;
esac
}
# Install a PECL PHP module given its handle