summaryrefslogtreecommitdiffhomepage
path: root/test/php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-05-07Tests: PHP test with getting variable before the script is loaded.Andrei Zeliankou2-0/+6
2020-12-10Tests: added tests for PHP_AUTH_* variables.Andrei Zeliankou1-0/+7
2020-11-11Tests: added a test for fastcgi_finish_request() function.Andrei Zeliankou1-0/+11
2020-10-06PHP: compatibility with 8.0.0 RC1.Valentin Bartenev2-5/+5
This closes #474 PR on GitHub.
2020-08-25Tests: PHP extension mounts.Tiago Natel de Moura2-0/+12
2020-07-28Tests: added PHP test with time check in error log messages.Andrei Zeliankou1-0/+3
2020-06-26Tests: fixed opcache detection.Andrei Zeliankou1-1/+2
opcache_get_status() returns array, so square brackets should be used to access "opcache_enabled" value.
2020-05-15Tests: added tests for "targets" option.Andrei Zeliankou3-0/+12
2020-03-03Tests: chdir() and open() for PHP module.Tiago Natel de Moura4-0/+28
These tests ensure optimizations in the chdir calls don't break SAPI semantics.
2020-01-23Tests: check for php extension.Tiago Natel de Moura1-0/+3
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