This repository was archived by the owner on May 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Different PHP versions #1
Labels
Comments
This will give you PHP 5.4 on debian:jessie.
Results in...
|
Or you could just "FROM debian:wheezy" for PHP 5.4 if you don't mind the image overhead? |
My focus is still on features over performance (especially since I can't use the docker official PHP containers until they resolve docker-library/php#8 and give me |
How about phpbrew |
@mrphang could work. Want to try it? |
yep, sure do. |
I've added PR #16 as an attempt at this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would like to get different versions of PHP by creating different tags of the
tools
andphp
services. I hit snags with Debian's built-in support for various versions, but will try this again later if nobody picks this up.The text was updated successfully, but these errors were encountered: