Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-17 | Tests: added PHP tests with "script" and "index" options. | Andrey Zelenkov | 1 | -0/+3 | |
2019-07-08 | Tests: added PATH_INFO variable test. | Andrey Zelenkov | 1 | -0/+1 | |
2019-07-05 | PHP: improved response status code handling. | Valentin Bartenev | 1 | -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-01 | Tests: made tests compatible with PHP 5.3. | Andrey Zelenkov | 2 | -1/+7 | |
2019-02-28 | Tests: fixed PHP "disable_functions" and "disable_classes" tests. | Andrey Zelenkov | 3 | -5/+6 | |
2018-12-24 | Tests: more QUERY_STRING tests. | Andrey Zelenkov | 1 | -0/+4 | |
2018-11-28 | Tests: PHP directives "disable_classes" and "disable_functions". | Andrey Zelenkov | 2 | -0/+8 | |
2018-07-11 | Tests: more php.ini options tests. | Andrey Zelenkov | 1 | -0/+4 | |
2018-06-07 | Tests: added tests for "precision" option in php.ini. | Andrey Zelenkov | 2 | -0/+5 | |
2018-05-22 | Tests: initial PHP application tests. | Andrey Zelenkov | 9 | -0/+53 | |