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

Remove php_errormsg from superglobals list #269

Merged
merged 1 commit into from
Aug 13, 2022

Conversation

sirbrillig
Copy link
Owner

Also note that $php_errormsg is not a superglobal. It is only available within the scope in which the error occurred and only if the track_errors configuration option is turned on (it defaults to off).

This PR removes $php_errormsg from the list of allowed superglobals.

Fixes #209

@sirbrillig sirbrillig merged commit 0c1bfa3 into 2.x Aug 13, 2022
@sirbrillig sirbrillig deleted the remove-php-errormsg-from-superglobals branch August 13, 2022 20:39
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.

Remove php_errormsg from superglobals
1 participant