Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-11 | Tests: added more OPcache tests. | Andrei Zeliankou | 3 | -1/+13 | |
2021-12-01 | Tests: fixed skipping tests with disabled OPcache. | Andrei Zeliankou | 1 | -1/+1 | |
2021-11-09 | Tests: PHP shared opcache test added. | Max Romanov | 2 | -0/+19 | |
2021-05-07 | Tests: PHP test with getting variable before the script is loaded. | Andrei Zeliankou | 2 | -0/+6 | |
2020-12-10 | Tests: added tests for PHP_AUTH_* variables. | Andrei Zeliankou | 1 | -0/+7 | |
2020-11-11 | Tests: added a test for fastcgi_finish_request() function. | Andrei Zeliankou | 1 | -0/+11 | |
2020-10-06 | PHP: compatibility with 8.0.0 RC1. | Valentin Bartenev | 2 | -5/+5 | |
This closes #474 PR on GitHub. | |||||
2020-08-25 | Tests: PHP extension mounts. | Tiago Natel de Moura | 2 | -0/+12 | |
2020-07-28 | Tests: added PHP test with time check in error log messages. | Andrei Zeliankou | 1 | -0/+3 | |
2020-06-26 | Tests: fixed opcache detection. | Andrei Zeliankou | 1 | -1/+2 | |
opcache_get_status() returns array, so square brackets should be used to access "opcache_enabled" value. | |||||
2020-05-15 | Tests: added tests for "targets" option. | Andrei Zeliankou | 3 | -0/+12 | |
2020-03-03 | Tests: chdir() and open() for PHP module. | Tiago Natel de Moura | 4 | -0/+28 | |
These tests ensure optimizations in the chdir calls don't break SAPI semantics. | |||||
2020-01-23 | Tests: check for php extension. | Tiago Natel de Moura | 1 | -0/+3 | |
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 | |