snuffleupagus: enable .rules
This module uses very strict defaults which block almost everything.pull/125/head
parent
310d89ade2
commit
796d556072
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue