Describe the bug
If i define an empty value for an env var, this var is not stored/used or visible in caching. This should work, since some settings like COOKIE_DOMAIN="" in a Multisite enviornment with different domains are often used.
To Reproduce
Steps to reproduce the behavior:
Create an .env file and basic setup
Add COOKIE_DOMAIN="" or COOKIE_DOMAIN=''
Open the Page
See .env.cached.php
In SYMFONY_DOTENV_VARS the variable is listed, but below in define|putenv|$_ENV|$_SERVER the definition is missing.
Expected behavior
The COOKIE_DOMAIN should occure in the cached env file.
System (please complete the following information):
Describe the bug If i define an empty value for an env var, this var is not stored/used or visible in caching. This should work, since some settings like
COOKIE_DOMAIN=""
in a Multisite enviornment with different domains are often used.To Reproduce Steps to reproduce the behavior:
.env
file and basic setupCOOKIE_DOMAIN=""
orCOOKIE_DOMAIN=''
.env.cached.php
In
SYMFONY_DOTENV_VARS
the variable is listed, but below indefine|putenv|$_ENV|$_SERVER
the definition is missing.Expected behavior The
COOKIE_DOMAIN
should occure in the cached env file.System (please complete the following information):