thecodingmachine / docker-images-php

A set of PHP Docker images
MIT License
768 stars 137 forks source link

ev extension is not available in fat images #354

Closed guoard closed 1 year ago

guoard commented 1 year ago

To reproduce error:

$ docker run -it --rm -e PHP_EXTENSIONS="ev" thecodingmachine/php:7.2-v4-apache php -m | grep -i ev
invalid extension name found in PHP_EXTENSIONS environment variable. Found: 'ev'

$ docker run -it --rm -e PHP_EXTENSIONS="ev" thecodingmachine/php:7.3-v4-apache php -m | grep -i ev
invalid extension name found in PHP_EXTENSIONS environment variable. Found: 'ev'

$ docker run -it --rm -e PHP_EXTENSIONS="ev" thecodingmachine/php:7.4-v4-apache php -m | grep -i ev
invalid extension name found in PHP_EXTENSIONS environment variable. Found: 'ev'

$ docker run -it --rm -e PHP_EXTENSIONS="ev" thecodingmachine/php:8.0-v4-apache php -m | grep -i ev
invalid extension name found in PHP_EXTENSIONS environment variable. Found: 'ev'
mistraloz commented 1 year ago

This issue was created 1,5 month ago but seem already fixed. Can you confirm ?

guoard commented 1 year ago

Can you confirm ?

Yeah, I confirm. It's fixed.