2.15.0
·
2 commits
to master
since this release
Included commits: 2.14.1...2.15.0
Improvements
- Adjusted
ErrorHandlerEnvironmentto honour the@error suppression operator, preventing intermittent 500 errors (e.g.,mkdir(): File exists) caused by suppressed PHP errors being re-thrown as exceptions.