Releases: Whissi/realpath_turbo
Releases · Whissi/realpath_turbo
v2.0.0
v2.0.0rc1
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
whenrealpath_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 clearopen_basedir
) (b3be040 & 26e6bc0) - Added: Test coverage (99847d1)
- Added: Travis support (6168d1c)
- Fixed: ZTS support (2d9d92e)