Skip to content

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