Skip to content

Releases: Whissi/realpath_turbo

v2.0.0

30 Nov 00:00
v2.0.0
0ccf076
Compare
Choose a tag to compare

No code changes since v2.0.0rc1.

v2.0.0rc1

06 Oct 23:58
v2.0.0rc1
76082a9
Compare
Choose a tag to compare
v2.0.0rc1 Pre-release
Pre-release

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

v1.3.1

04 Oct 17:09
v1.3.1
1aad8e7
Compare
Choose a tag to compare

Changelog

  • Fixed: phpinfo() no longer crashes when realpath_turbo extension is loaded (#1)
  • Fixed: Compiler warning regarding implicit declaration (c0be8c6)

Full Diff

v1.3

02 Jun 18:48
Compare
Choose a tag to compare

Read the official announcement.

Changelog

  • PHP 5.4+ compatibility added

Full Diff