summaryrefslogtreecommitdiffhomepage
path: root/test/php/phpinfo/index.wrong (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2020-01-23Tests: check for php extension.Tiago Natel de Moura1-1/+0
2019-07-05PHP: improved response status code handling.Valentin Bartenev1-0/+4
There's no reason to parse "http_status_line"; the PHP interpreter already does this. If the line contains a valid status code, it's assigned to "http_response_code". This also fixes invalid status line handling, where the nxt_int_parse() function returned -1; it was cast to unsigned, yielding response code 65535.