summaryrefslogtreecommitdiff
path: root/ext/standard/tests/http
Commit message (Expand)AuthorAgeFilesLines
* Write $http_response_header to local var at endNikita Popov2017-01-131-4/+3
* Merge branch 'PHP-7.1'Nikita Popov2017-01-073-0/+167
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-073-0/+167
| |\
| | * http_fopen_wrapper.c - Handle HTTP headers with varying white spaceRowan Collins2017-01-073-0/+167
| | * Simplify ext/standard/tests/http/bug73297.phptRowan Collins2016-11-171-26/+18
| | * Add failing test for bug#73297Rowan Collins2016-11-171-0/+41
| * | Simplify ext/standard/tests/http/bug73297.phptRowan Collins2016-11-171-26/+18
| * | Add failing test for bug#73297Rowan Collins2016-11-171-0/+41
* | | Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-201-4/+4
* | | Simplify ext/standard/tests/http/bug73297.phptRowan Collins2016-11-171-26/+18
* | | Add failing test for bug#73297Rowan Collins2016-11-171-0/+41
|/ /
* | Add $http_response_header testsNikita Popov2016-05-063-0/+127
|/
* Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2015-09-047-23/+58
|\
| * Fix #70361: HTTP stream wrapper doesn't close keep-alive connectionsNiklas Keller2015-09-047-23/+58
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-141-0/+41
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-141-0/+41
| |\
| | * fix memory leak & add testStanislav Malyshev2015-04-121-0/+41
* | | Introduced get_resources() function.Dmitry Stogov2014-08-201-2/+2
|/ /
* | Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2014-06-121-0/+49
|\ \ | |/
| * Follow 308 Permanent Redirect responses.Adam Harvey2014-06-121-0/+49
* | Merge branch 'PHP-5.5'Michael Wallner2013-10-011-0/+118
|\ \ | |/
| * Fixed bug #61548Michael Wallner2013-10-011-0/+118
| * - Fixed bug #60570 (http wrapper leaks context resource if request fails/isGustavo André dos Santos Lopes2011-12-211-0/+53
| * - Fixed tests in ext/standard/tests/http by adding the INI setting valueGustavo André dos Santos Lopes2011-11-145-56/+65
* | Request non-keep-alive connections by default in HTTP 1.1 requests.Adam Harvey2013-09-111-0/+81
* | - Fixed bug #60570 (http wrapper leaks context resource if request fails/isGustavo André dos Santos Lopes2011-12-211-0/+53
* | - Fixed tests in ext/standard/tests/http by adding the INI setting valueGustavo André dos Santos Lopes2011-11-145-56/+65
|/
* - Fixed bug #53198 (changing INI setting "from" with ini_set did not have anyGustavo André dos Santos Lopes2010-10-291-0/+56
* cosmetic fixAntony Dovgal2009-08-041-1/+1
* - Fix titleJani Taskinen2009-08-041-1/+1
* - Fixed testsFelipe Pena2009-08-011-28/+0
* - Fixed bug #43510 (stream_get_meta_data() does not return same mode as used ...Jani Taskinen2009-08-011-0/+56
* Fixed bug #48929 (Double \r\n after HTTP headers when "header" context option...Jani Taskinen2009-07-201-0/+56
* MFH: New testArnaud Le Blanc2009-05-281-0/+124
* MFH: Test for #38802Arnaud Le Blanc2009-05-161-0/+172
* MFH: Minimal HTTP server to test HTTP stream wrapperArnaud Le Blanc2009-05-161-0/+92