Skip to content

v2.0.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Whissi Whissi released this 06 Oct 23:58
· 17 commits to master since this release
v2.0.0rc1
76082a9

Changelog

  • Added: PHP 7 support (d8f0304)
  • Changed: Everything renamed to realpath_turbo. Make sure you update your configuration (options also renamed! See README.md) (c4c610f)
  • Changed: We only alter open_basedir when realpath_turbo.open_basedir is set to an non-empty string (8e318bb)
  • Changed: We will now show a WARNING when the user has set an invalid configuration (i.e. has set realpath.open_basedir but hasn't clear open_basedir) (b3be040 & 26e6bc0)
  • Added: Test coverage (99847d1)
  • Added: Travis support (6168d1c)
  • Fixed: ZTS support (2d9d92e)

Full Diff