thecodingmachine / docker-images-php

A set of PHP Docker images
MIT License
785 stars 138 forks source link

Last version of extension mongodb in thecodingmachine/php:8.1-v4-fpm #317

Closed olenagi closed 2 years ago

olenagi commented 2 years ago

Hi! In image thecodingmachine/php:8.1-v4-fpm version of mongodb extenion is 1.13. I need 1.14 for update library mongodb/mongodb up to 1.13. Please update the version of mongodb extension. Or tell me please how i can do it myself.

quentint commented 2 years ago

Hey, same request here. Updating mongodb, or documenting a way to specify the required version would be awesome :)

mistraloz commented 2 years ago

It's now fixed

docker run -it --rm -e PHP_EXTENSION_MONGODB=1 thecodingmachine/php:8.1-v4-fpm -- php --ri mongodb | grep version
MongoDB extension version => 1.14.0
libbson bundled version => 1.22.0
libmongoc bundled version => 1.22.0
libmongocrypt bundled version => 1.5.0