EnvSuperGlobalProvider
,ServerSuperGlobalProvider
andArrayProvider
now accept a constructor argument to opt-out of coalescing empty strings tonull
.EnvSuperGlobalProvider
,ServerSuperGlobalProvider
andArrayProvider
now coalescefalse
to"0"
instead ofnull
.ServerSuperGlobalProvider
now ignores keys starting withHTTP_
by default.- The provider returned by
XdgEnvironment::default()
now prioritizes$_ENV
over$_SERVER
.