2023.01-1: mongodb PHP extension
This commit is contained in:
parent
9aef3650a9
commit
4cb5bc17c9
2 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
REPO=harbor.hq.rosti.cz/rosti/runtime
|
REPO=harbor.hq.rosti.cz/rosti/runtime
|
||||||
DOCKER=docker
|
DOCKER=docker
|
||||||
VERSION=2022.12-1
|
VERSION=2023.01-1
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
|
|
|
@ -69,9 +69,11 @@ curl -s https://getcomposer.org/installer | ./php -d allow_url_fopen=On
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
echo "no" | /opt/techs/php-$VERSION/bin/pecl install redis
|
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 "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=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
|
# Not supported yet
|
||||||
# https://github.com/Imagick/imagick/issues/358
|
# https://github.com/Imagick/imagick/issues/358
|
||||||
# echo "no" | /opt/techs/php-$VERSION/bin/pecl install imagick
|
# echo "no" | /opt/techs/php-$VERSION/bin/pecl install imagick
|
||||||
|
|
Loading…
Reference in a new issue