summaryrefslogtreecommitdiffhomepage
path: root/test/php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-07-17Tests: added PHP tests with "script" and "index" options.Andrey Zelenkov1-0/+3
2019-07-08Tests: added PATH_INFO variable test.Andrey Zelenkov1-0/+1
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.
2019-03-01Tests: made tests compatible with PHP 5.3.Andrey Zelenkov2-1/+7
2019-02-28Tests: fixed PHP "disable_functions" and "disable_classes" tests.Andrey Zelenkov3-5/+6
2018-12-24Tests: more QUERY_STRING tests.Andrey Zelenkov1-0/+4
2018-11-28Tests: PHP directives "disable_classes" and "disable_functions".Andrey Zelenkov2-0/+8
2018-07-11Tests: more php.ini options tests.Andrey Zelenkov1-0/+4
2018-06-07Tests: added tests for "precision" option in php.ini.Andrey Zelenkov2-0/+5
2018-05-22Tests: initial PHP application tests.Andrey Zelenkov9-0/+53