You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As pointed out by @jrfnl in #207, which added some missing superglobals, $php_errormsg is only available conditionally, and even then is deprecated. Therefore I think we should remove it from the list of superglobals that we ignore.