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

[Debug] ensured that a fatal PHP error is actually fatal after being handled by our error handler #9648

Merged
merged 1 commit into from
Nov 28, 2013

Conversation

fabpot
Copy link
Member

@fabpot fabpot commented Nov 28, 2013

This is a follow-up for #9641 where I try to restore the previous code behavior as much as possible.

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets n/a
License MIT
Doc PR n/a

@@ -13,6 +13,7 @@

use Symfony\Component\Debug\Exception\FatalErrorException;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be ordered alphabetically? or is just more or less ok?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't reorder existing use statements, to avoid useless conflicts when merging maintenance branches into newer branches

fabpot added a commit that referenced this pull request Nov 28, 2013
…ter being handled by our error handler (fabpot)

This PR was merged into the 2.3 branch.

Discussion
----------

[Debug] ensured that a fatal PHP error is actually fatal after being handled by our error handler

This is a follow-up for #9641 where I try to restore the previous code behavior as much as possible.

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Commits
-------

d7a4cfb [Debug] ensured that a fatal PHP error is actually fatal after being handled by our error handler
@fabpot fabpot merged commit d7a4cfb into symfony:2.3 Nov 28, 2013
@fabpot fabpot deleted the error-handler-fix-followup branch December 29, 2013 15:41
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.

3 participants