- Replaced open_basedir check with error capturing
Version 2.6.5 raised debug notices when a file path was not within the open_basedir restriction. This failed to take into account symlinked paths, and polluted logs with irrelevant messages for many people.
This release scraps the path check and instead buffers genuine PHP errors and presents those as debug messages instead.