We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, some fatal error like :
Y cannot implement X - it is not an interface
still not logged. The code to reproduce is like below:
class X {} class Y implements X { }
The fallback down of the error is on register_shutdown_function() call which when it is overlapped, it is not recorded by logging, as the code exited.
register_shutdown_function()
Integrating it into frameworks (zf-mvc and zf-expressive) is not as easy as imagined as it need to follow the dispatch flow.
The steps of refactor are as follow:
process()
bootstrap
phpErrorHandler()
It will require a big refactor, and I will do when I have a time ✌️
The text was updated successfully, but these errors were encountered:
implemented at #54
Sorry, something went wrong.
No branches or pull requests
Currently, some fatal error like :
still not logged. The code to reproduce is like below:
The fallback down of the error is on
register_shutdown_function()
call which when it is overlapped, it is not recorded by logging, as the code exited.Integrating it into frameworks (zf-mvc and zf-expressive) is not as easy as imagined as it need to follow the dispatch flow.
The steps of refactor are as follow:
process()
orbootstrap
event from the traitphpErrorHandler()
functionIt will require a big refactor, and I will do when I have a time ✌️
The text was updated successfully, but these errors were encountered: