php-src/ext/standard/tests/http
Dmitry Stogov d37820ff5b Introduced get_resources() function.
It may be used for debugging and testing to identify resource leaks.
Changed ext/standard/tests/http/bug60570.phpt to use this function instead of unsafe attempt to catch resource leaks using get_memory_usage()
2014-08-20 18:29:44 +04:00
..
bug38802.phpt - Fixed tests in ext/standard/tests/http by adding the INI setting value 2011-11-14 01:12:23 +00:00
bug43510.phpt - Fixed tests in ext/standard/tests/http by adding the INI setting value 2011-11-14 01:12:23 +00:00
bug48929.phpt - Fixed tests in ext/standard/tests/http by adding the INI setting value 2011-11-14 01:12:23 +00:00
bug53198.phpt - Fixed tests in ext/standard/tests/http by adding the INI setting value 2011-11-14 01:12:23 +00:00
bug60570.phpt Introduced get_resources() function. 2014-08-20 18:29:44 +04:00
bug61548.phpt Fixed bug #61548 2013-10-01 11:07:55 +02:00
bug65634.phpt Request non-keep-alive connections by default in HTTP 1.1 requests. 2013-09-11 14:11:29 -07:00
bug67430.phpt Follow 308 Permanent Redirect responses. 2014-06-12 18:12:53 -07:00
ignore_errors.phpt - Fixed tests in ext/standard/tests/http by adding the INI setting value 2011-11-14 01:12:23 +00:00
server.inc