Skip to content

v2.8.0

Choose a tag to compare

@1franck 1franck released this 03 Jun 13:36
· 2047 commits to master since this release
  • replaced global $_SERVER by filter_var() + getenv() in Peak\Bedrock\Application\ConfigResolver
  • replaced global $_SERVER by filter_input_array() for url() function
  • replaced global $_SERVER by filter_var() + getenv() for relativePath() and relativeBasepath() functions
  • replaced global $_SERVER by filter_var() in Peak\Routing\RequestServerURI
  • fixed bug with $this and static method conf() in Peak\Bedrock\Application
  • function isEnv() now accept also an array of env as argument
  • added Rbac component