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
Either switch to reading $_SERVER directly, reading it through filter_var_array(), or falling back to try either of those things when filter_input() returns null.
The text was updated successfully, but these errors were encountered:
Upstream bug in PHP: INPUT_SERVER returns NULL for set variables. Also mentioned as a comment in the PHP documentation for
filter_input()
.Either switch to reading
$_SERVER
directly, reading it throughfilter_var_array()
, or falling back to try either of those things whenfilter_input()
returnsnull
.The text was updated successfully, but these errors were encountered: