Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-07 | ExceptionHandler: Fix null object array access error | Florian Pritz | 1 | -1/+1 | |
Not sure why, but this only started to happen with php 7.4. Should be fixed anyways so I didn't investigate further. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-09 | Merge tag '3.1.5' into dev-ci3 | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-07-18 | Fix double path in exception handler | Florian Pritz | 1 | -1/+1 | |
APPPATH is an absolute path already so prepending FCPATH will make an invalid path. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-06-04 | Refactor exception handling into dedicated class | Florian Pritz | 1 | -0/+154 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |