Skip to content
New issue

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

Implemented backtrace for fatal errors using xdebug #300

Merged
merged 3 commits into from
Jul 22, 2015

Conversation

oligriffiths
Copy link

Getting a backtrace during a shutdown handler doesn't work natively in PHP as the stack has already been lost. This PR uses xdebug if installed and enabled to suppliment the native backtrace.

denis-sokolov added a commit that referenced this pull request Jul 22, 2015
Implemented backtrace for fatal errors using xdebug
@denis-sokolov denis-sokolov merged commit 35e765d into filp:master Jul 22, 2015
@oligriffiths oligriffiths deleted the patch/xdebug-backtrace branch July 22, 2015 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants