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

Clarify type of a few INI values #4347

Merged
merged 3 commits into from
Dec 30, 2024
Merged

Clarify type of a few INI values #4347

merged 3 commits into from
Dec 30, 2024

Conversation

jimwins
Copy link
Member

@jimwins jimwins commented Dec 27, 2024

Prompted by feedback on PR to clean up formatting of php.ini in php/php-src#17282

@jimwins jimwins merged commit 90787fd into php:master Dec 30, 2024
2 checks passed
Comment on lines 1513 to 1516
If this option is enabled, and you are running PHP in a CGI environment (e.g. PHP-FPM)
you should not use standard RFC 2616 style HTTP status response headers, you should
instead use their RFC 3875 equivalent e.g. instead of header("HTTP/1.0 404 Not found");
you should not use standard RFC 2616 style HTTP status response headers, you should
instead use their RFC 3875 equivalent e.g. instead of header("HTTP/1.0 404 Not found");
you should use header("Status: 404 Not Found");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice to get rid of the "you" usage here

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.

3 participants