summaryrefslogtreecommitdiff
path: root/sapi/cgi/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-271-0/+41
|\
| * Fix bug #78323: Code 0 is returned on invalid optionsIvan Mikheykin2020-01-271-0/+41
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-1410-18/+18
* | Move shebang handling into the lexerNikita Popov2019-07-151-0/+9
* | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-158-9/+9
* | Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-2/+2
* | Clean up server-tests.php remainsChristoph M. Becker2018-11-231-0/+20
* | Trim trailing whitespace in testsGabriel Caruso2018-10-149-19/+19
* | Merge branch 'PHP-7.3'Christoph M. Becker2018-10-081-0/+48
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-081-0/+48
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-081-0/+48
| | |\
| | | * Fix #76954: apache_response_headers removes last character from header namestodorovic2018-10-081-0/+48
* | | | Make more tests run on LinuxGabriel Caruso2018-08-281-5/+1
|/ / /
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-204-4/+4
* | | Remove trailing whitespace in inc filesGabriel Caruso2018-02-101-1/+1
|/ /
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-11-281-0/+35
|\ \ | |/
| * Follow up on bug #75574 for FCGI sideAnatol Belski2017-11-281-0/+35
* | Remove more PHP 6 leftovers from testsNikita Popov2016-11-241-5/+5
* | Use "Standard input code" instead of "php://stdin"Andrea Faulds2016-11-121-1/+1
* | Show "php://stdin" instead of "-" in error messagesAndrea Faulds2016-11-121-1/+1
|/
* fork testAnatol Belski2015-09-301-0/+34
* fix tests on WindowsAnatol Belski2015-09-304-3/+23
* tweak cgi binary searchAnatol Belski2015-09-302-14/+19
* Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-171-1/+1
* Tweak uncaught exception message displayNikita Popov2015-05-171-1/+1
* Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-151-1/+4
* This test depends on expose_php being onRasmus Lerdorf2014-07-141-0/+2
* Implement RFC https://wiki.php.net/rfc/default_encodingYasuo Ohgaki2014-02-132-14/+14
* Fix test failedXinchen Hui2012-08-181-2/+2
* Fix test (no charset outputed)Xinchen Hui2012-07-181-1/+1
* Fix broken apache_request_headers testRasmus Lerdorf2012-05-231-1/+3
* restore BCStanislav Malyshev2012-05-081-1/+1
* fix bug #61807 - Buffer Overflow in apache_request_headersStanislav Malyshev2012-05-081-0/+49
* Fixed bug Fixed bug #61605 (header_remove() does not remove all headers)Xinchen Hui2012-04-041-0/+34
* - Fix this again :)Jani Taskinen2009-07-251-1/+3
* - Fix testJani Taskinen2009-07-251-1/+1
* MFHArnaud Le Blanc2009-04-244-15/+15
* Added header_remove() (chsc at peytz dotdk, Arnaud)Arnaud Le Blanc2008-11-131-0/+165
* Fixed bug #45860 (header() function fails to correctly replace all Status lines)Dmitry Stogov2008-09-021-0/+53
* fix testsJani Taskinen2008-08-144-6/+3
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-2/+2
* fix testsAntony Dovgal2007-11-012-2/+2
* fix testfoobar2007-06-031-2/+4
* MFHAntony Dovgal2007-05-271-2/+2
* Fixed a possible crash when PATH_INFO is not provided but the path containsIlia Alshanetsky2007-05-201-0/+28
* fix testAntony Dovgal2007-04-171-1/+1
* add tests for CGIAntony Dovgal2007-04-1710-0/+419