docker-images-php icon indicating copy to clipboard operation
docker-images-php copied to clipboard

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

Open olenagi opened this issue 2 years ago • 1 comments

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.

olenagi avatar Jul 26 '22 14:07 olenagi

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

quentint avatar Aug 09 '22 11:08 quentint

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

mistraloz avatar Sep 23 '22 08:09 mistraloz