Skip to content
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.

Flag triggering errors and using custom error handlers in VIP sites #272

Open
nickdaugherty opened this issue Apr 7, 2015 · 0 comments
Open

Comments

@nickdaugherty
Copy link
Contributor

trigger_error() doesn't make much sense, as there is no access to the log file this will produce...and if you intentionally throw a fatal error, that's doubly bad.

set_error_handler() is not supported.

devonliu added a commit to devonliu/vip-scanner that referenced this issue May 21, 2015
Added checks per issue Automattic#272:
> trigger_error() doesn't make much sense, as there is no access to the
log file this will produce...and if you intentionally throw a fatal
error, that's doubly bad.
> set_error_handler() is not supported.

Test cases also added
devonliu added a commit to devonliu/vip-scanner that referenced this issue May 22, 2015
Add checks per issue Automattic#272:
> trigger_error() doesn't make much sense, as there is no access to the
log file this will produce...and if you intentionally throw a fatal
error, that's doubly bad.
> set_error_handler() is not supported.

Test cases also added
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant