php-src/ext/standard/tests/http
Nikita Popov 5eeb414770 Write $http_response_header to local var at end
Rather than trying to modify it mid-request. The protection against
tampering that was used (addref) violates COW because an rc>1 array
is being modified.

Test bug69337.phpt changed because it was testing tampering with
$http_response_header while the HTTP request is being executed.
This simply no longer matters, so behavior is the same as if no
tampering occurred.
2017-01-13 23:27:07 +01:00
..
bug38802.phpt Fix #70361: HTTP stream wrapper doesn't close keep-alive connections 2015-09-04 16:29:35 +02:00
bug43510.phpt
bug47021.phpt http_fopen_wrapper.c - Handle HTTP headers with varying white space 2017-01-07 23:54:57 +01:00
bug48929.phpt Fix #70361: HTTP stream wrapper doesn't close keep-alive connections 2015-09-04 16:29:35 +02:00
bug53198.phpt Fix #70361: HTTP stream wrapper doesn't close keep-alive connections 2015-09-04 16:29:35 +02:00
bug60570.phpt Introduced get_resources() function. 2014-08-20 18:29:44 +04:00
bug61548.phpt Fix #70361: HTTP stream wrapper doesn't close keep-alive connections 2015-09-04 16:29:35 +02:00
bug65634.phpt Fix #70361: HTTP stream wrapper doesn't close keep-alive connections 2015-09-04 16:29:35 +02:00
bug67430.phpt Fix #70361: HTTP stream wrapper doesn't close keep-alive connections 2015-09-04 16:29:35 +02:00
bug69337.phpt Write $http_response_header to local var at end 2017-01-13 23:27:07 +01:00
bug73297.phpt Simplify ext/standard/tests/http/bug73297.phpt 2016-11-17 11:51:53 +01:00
http_response_header_01.phpt Add $http_response_header tests 2016-05-06 12:37:21 +02:00
http_response_header_02.phpt Add $http_response_header tests 2016-05-06 12:37:21 +02:00
http_response_header_03.phpt Add $http_response_header tests 2016-05-06 12:37:21 +02:00
http_response_header_04.phpt http_fopen_wrapper.c - Handle HTTP headers with varying white space 2017-01-07 23:54:57 +01:00
http_response_header_05.phpt http_fopen_wrapper.c - Handle HTTP headers with varying white space 2017-01-07 23:54:57 +01:00
ignore_errors.phpt Fix #70361: HTTP stream wrapper doesn't close keep-alive connections 2015-09-04 16:29:35 +02:00
server.inc Remove the b prefix from literals on unrelated tests 2016-11-20 21:11:53 +01:00