thecodingmachine / docker-images-php

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

Missing swoole onto php 7.* #334

Closed mistraloz closed 1 year ago

mistraloz commented 1 year ago

*Summary**

This PR fixes :

Test plan (required)

docker run -it --rm -e "PHP_EXTENSIONS=swoole" thecodingmachine/php:7.2-v4-apache php -m | grep swoole

Checklist