mglaman / platform-docker

Local development tool for PHP platforms using Docker Compose
GNU General Public License v2.0
46 stars 16 forks source link

Multiple php versions #63

Closed alexpott closed 7 years ago

alexpott commented 7 years ago

Support PHP 7.0 and allow platform's config file to specify the php version.

mglaman commented 7 years ago

@alexpott I haven't reviewed this quite yet, but once issue I have with the shipped PHP is building so many images. I built this https://hub.docker.com/r/mglaman/docker-php-bcmath/ as my local workaround. Maybe I should rename it as PHP images for this tool and allow people to pick version, which uses proper one of those.

Or is it better to have a configurable build image out of the box?