fwiw, the default has just been changed on the "official" php docker
image : https://github.com/docker-library/php/pull/93
I still think it should be the default so that it would just work for
any heroku like hosting or user made php docker containers
knowing that it's the default behavior wi
On 04/23/2015 05:11 PM, Dan Ackroyd wrote:
On 23 April 2015 at 12:13, Mathieu Rochette wrote:
I didn't find much information about this change (even finding about
|clear_env| is not that easy when search for "php fpm env var") so I don't
know if there is others reason than BC.
It looks like
On 23 April 2015 at 12:13, Mathieu Rochette wrote:
> I didn't find much information about this change (even finding about
> |clear_env| is not that easy when search for "php fpm env var") so I don't
> know if there is others reason than BC.
It looks like it wasn't discussed that much. The PR has
Hello,
A |clear_env |settings had been added in php 5.4 with default |clear_env
= yes| to avoid BC I imagine. With service such as heroku or with
docker, and followinf the 12 factor principles, configuration from other
services are defined with env vars. What do you think about changing the
d