Skip to content

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