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

INPUT_SERVER is not available on some PHP configurations #10

Open
Zegnat opened this issue Nov 15, 2020 · 0 comments
Open

INPUT_SERVER is not available on some PHP configurations #10

Zegnat opened this issue Nov 15, 2020 · 0 comments
Labels

Comments

@Zegnat
Copy link
Owner

Zegnat commented Nov 15, 2020

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 through filter_var_array(), or falling back to try either of those things when filter_input() returns null.

@Zegnat Zegnat added the bug label Nov 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant