Skip to content

Released version 2.3.0

Compare
Choose a tag to compare
@dg dg released this 31 Jan 14:22
· 238 commits to master since this release
  • FileStorage: removed usage of realpath()
  • added bridge for Nette DI
  • ancient and deprecated ArrayAccess syntax $val = $cache[$key] or $cache[$key] = $val triggers E_USER_DEPRECATED. Use please $cache->load($key) and $cache->save($key, $val)