Skip to content

[HttpKernel] ExceptionHandler is actually displaying all PHP errors #6259

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

Merged
merged 1 commit into from
Dec 11, 2012
Merged

[HttpKernel] ExceptionHandler is actually displaying all PHP errors #6259

merged 1 commit into from
Dec 11, 2012

Conversation

bamarni
Copy link
Contributor

@bamarni bamarni commented Dec 10, 2012

So there is no need to set display_errors to true in that case.

Partially fixes #6254.

Since even fatal errors are catched and turned into exceptions by
ErrorHandler, all PHP errors can nicely be displayed by
ExceptionHandler. There is no need to set display_errors to true
anymore then.

Partially fixes #6254 on github.
fabpot added a commit that referenced this pull request Dec 11, 2012
This PR was merged into the master branch.

Commits
-------

5d98fb1 [HttpKernel] ExceptionHandler is actually displaying PHP errors

Discussion
----------

[HttpKernel] ExceptionHandler is actually displaying all PHP errors

So there is no need to set display_errors to true in that case.

Partially fixes #6254.
@fabpot fabpot merged commit 5d98fb1 into symfony:master Dec 11, 2012
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 issues with new fatal error displaying
2 participants