]> granicus.if.org Git - php/commit
add clear_env option to FPM config
authorPaul Annesley <paul@annesley.cc>
Wed, 19 Feb 2014 19:48:40 +0000 (11:48 -0800)
committerAntony Dovgal <tony2001@php.net>
Tue, 25 Feb 2014 08:06:32 +0000 (12:06 +0400)
commit6e15afd1be04cb893bf0106244d3f70859db0cb4
treed97dfbe7c5501a17d06d3043e3bac23c033ca4ea
parenta59ec5d1b0346e2dd097bb076d29f09b7edf12a0
add clear_env option to FPM config

This makes it possible to leave the envoronment as is on startup and
pass all the variables to the workers.
The default value of clear_env is "yes", preserving previous behaviour.
Patch by Paul Annesley.
sapi/fpm/fpm/fpm_conf.c
sapi/fpm/fpm/fpm_conf.h
sapi/fpm/fpm/fpm_env.c
sapi/fpm/php-fpm.conf.in