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

Changing PHP_EOL to "\r\n" #2142

Closed
wants to merge 1 commit into from
Closed

Commits on Feb 6, 2017

  1. Changing PHP_EOL to "\r\n"

    The HTTP standard specifies that CR LF ("\r\n") should be used for separating elements in an HTTP request/response.
    https://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.2
    
    Using PHP_EOL could potentially break some applications.
    sheldonjuncker committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    23b8c90 View commit details
    Browse the repository at this point in the history