| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run tidy | Nikita Popov | 2020-09-18 | 3 | -3/+3 |
| * | Add many missing closing PHP tags to tests | Máté Kocsis | 2020-08-09 | 1 | -0/+1 |
| * | Simplify and fix php-cgi detection | Nikita Popov | 2020-06-26 | 1 | -14/+11 |
| * | Reindent phpt files | Nikita Popov | 2020-02-03 | 8 | -78/+78 |
| * | Merge branch 'PHP-7.4' | Nikita Popov | 2020-01-27 | 1 | -0/+41 |
| |\ | |||||
| | * | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-01-27 | 1 | -0/+41 |
| | |\ | |||||
| | | * | Fix bug #78323: Code 0 is returned on invalid options | Ivan Mikheykin | 2020-01-27 | 1 | -0/+41 |
| | | * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 10 | -18/+18 |
| * | | | Clean DONE tags from tests | Fabien Villepinte | 2019-11-07 | 3 | -6/+0 |
| |/ / | |||||
| * | | Move shebang handling into the lexer | Nikita Popov | 2019-07-15 | 1 | -0/+9 |
| * | | Replace dirname(__FILE__) by __DIR__ in tests | Fabien Villepinte | 2019-03-15 | 8 | -9/+9 |
| * | | Update and fix remaining year ranges (2019) | Peter Kokot | 2019-02-08 | 1 | -2/+2 |
| * | | Clean up server-tests.php remains | Christoph M. Becker | 2018-11-23 | 1 | -0/+20 |
| * | | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 9 | -19/+19 |
| * | | Merge branch 'PHP-7.3' | Christoph M. Becker | 2018-10-08 | 1 | -0/+48 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-10-08 | 1 | -0/+48 |
| | |\ | |||||
| | | * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-10-08 | 1 | -0/+48 |
| | | |\ | |||||
| | | | * | Fix #76954: apache_response_headers removes last character from header name | stodorovic | 2018-10-08 | 1 | -0/+48 |
| * | | | | Make more tests run on Linux | Gabriel Caruso | 2018-08-28 | 1 | -5/+1 |
| |/ / / | |||||
| * | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 4 | -4/+4 |
| * | | | Remove trailing whitespace in inc files | Gabriel Caruso | 2018-02-10 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-11-28 | 1 | -0/+35 |
| |\ \ | |/ | |||||
| | * | Follow up on bug #75574 for FCGI side | Anatol Belski | 2017-11-28 | 1 | -0/+35 |
| * | | Remove more PHP 6 leftovers from tests | Nikita Popov | 2016-11-24 | 1 | -5/+5 |
| * | | Use "Standard input code" instead of "php://stdin" | Andrea Faulds | 2016-11-12 | 1 | -1/+1 |
| * | | Show "php://stdin" instead of "-" in error messages | Andrea Faulds | 2016-11-12 | 1 | -1/+1 |
| |/ | |||||
| * | fork test | Anatol Belski | 2015-09-30 | 1 | -0/+34 |
| * | fix tests on Windows | Anatol Belski | 2015-09-30 | 4 | -3/+23 |
| * | tweak cgi binary search | Anatol Belski | 2015-09-30 | 2 | -14/+19 |
| * | Update exception names in tests after formatting changes. | Aaron Piotrowski | 2015-05-17 | 1 | -1/+1 |
| * | Tweak uncaught exception message display | Nikita Popov | 2015-05-17 | 1 | -1/+1 |
| * | Display EngineExceptions like ordinary exceptions | Nikita Popov | 2015-05-15 | 1 | -1/+4 |
| * | This test depends on expose_php being on | Rasmus Lerdorf | 2014-07-14 | 1 | -0/+2 |
| * | Implement RFC https://wiki.php.net/rfc/default_encoding | Yasuo Ohgaki | 2014-02-13 | 2 | -14/+14 |
| * | Fix test failed | Xinchen Hui | 2012-08-18 | 1 | -2/+2 |
| * | Fix test (no charset outputed) | Xinchen Hui | 2012-07-18 | 1 | -1/+1 |
| * | Fix broken apache_request_headers test | Rasmus Lerdorf | 2012-05-23 | 1 | -1/+3 |
| * | restore BC | Stanislav Malyshev | 2012-05-08 | 1 | -1/+1 |
| * | fix bug #61807 - Buffer Overflow in apache_request_headers | Stanislav Malyshev | 2012-05-08 | 1 | -0/+49 |
| * | Fixed bug Fixed bug #61605 (header_remove() does not remove all headers) | Xinchen Hui | 2012-04-04 | 1 | -0/+34 |
| * | - Fix this again :) | Jani Taskinen | 2009-07-25 | 1 | -1/+3 |
| * | - Fix test | Jani Taskinen | 2009-07-25 | 1 | -1/+1 |
| * | MFH | Arnaud Le Blanc | 2009-04-24 | 4 | -15/+15 |
| * | Added header_remove() (chsc at peytz dotdk, Arnaud) | Arnaud Le Blanc | 2008-11-13 | 1 | -0/+165 |
| * | Fixed bug #45860 (header() function fails to correctly replace all Status lines) | Dmitry Stogov | 2008-09-02 | 1 | -0/+53 |
| * | fix tests | Jani Taskinen | 2008-08-14 | 4 | -6/+3 |
| * | - Rewrite scanner to be based on re2c instead of flex | Marcus Boerger | 2008-03-16 | 1 | -2/+2 |
| * | fix tests | Antony Dovgal | 2007-11-01 | 2 | -2/+2 |
| * | fix test | foobar | 2007-06-03 | 1 | -2/+4 |
| * | MFH | Antony Dovgal | 2007-05-27 | 1 | -2/+2 |
