2023.01-1: mongodb PHP extension
This commit is contained in:
parent
9aef3650a9
commit
4cb5bc17c9
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
REPO=harbor.hq.rosti.cz/rosti/runtime
|
||||
DOCKER=docker
|
||||
VERSION=2022.12-1
|
||||
VERSION=2023.01-1
|
||||
|
||||
all: build
|
||||
|
||||
|
@ -69,9 +69,11 @@ curl -s https://getcomposer.org/installer | ./php -d allow_url_fopen=On
|
||||
cd -
|
||||
|
||||
echo "no" | /opt/techs/php-$VERSION/bin/pecl install redis
|
||||
echo "no" | /opt/techs/php-$VERSION/bin/pecl install mongodb
|
||||
|
||||
echo "zend_extension=opcache.so" > /opt/techs/php-$VERSION/etc/conf.d/extensions.ini
|
||||
echo "extension=redis.so" >> /opt/techs/php-$VERSION/etc/conf.d/extensions.ini
|
||||
echo "extension=mongodb.so" >> /opt/techs/php-$VERSION/etc/conf.d/extensions.ini
|
||||
# Not supported yet
|
||||
# https://github.com/Imagick/imagick/issues/358
|
||||
# echo "no" | /opt/techs/php-$VERSION/bin/pecl install imagick
|
||||
|
Loading…
Reference in New Issue
Block a user