Skip to content

Reworded the note about dump() availability per environment #8967

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

Closed
wants to merge 2 commits into from

Conversation

javiereguiluz
Copy link
Member

This fixes #8731.

By design, the ``dump()`` function is only available if the ``dev`` and ``test``
environments, to avoid leaking sensitive information in production. In fact,
trying to use the ``dump()`` function in the ``prod`` environment will result in
an application exception.
Copy link
Member

Choose a reason for hiding this comment

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

"application exception" -> "php error" (call undefined function ...)

javiereguiluz added a commit that referenced this pull request Jan 4, 2018
…nt (javiereguiluz)

This PR was squashed before being merged into the 2.7 branch (closes #8967).

Discussion
----------

Reworded the note about dump() availability per environment

This fixes #8731.

Commits
-------

ab5ac1e Reworded the note about dump() availability per environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants