Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 547 Bytes

CHANGELOG.md

File metadata and controls

10 lines (8 loc) · 547 Bytes

Changelog

  • EnvSuperGlobalProvider, ServerSuperGlobalProvider and ArrayProvider now accept a constructor argument to opt-out of coalescing empty strings to null.
  • EnvSuperGlobalProvider, ServerSuperGlobalProvider and ArrayProvider now coalesce false to "0" instead of null.
  • ServerSuperGlobalProvider now ignores keys starting with HTTP_ by default.
  • The provider returned by XdgEnvironment::default() now prioritizes $_ENV over $_SERVER.