php-src/ext/standard/tests/http
Stanislav Malyshev 5776fceb16 Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: (27 commits)
  fix non-standard C
  update NEWS
  5.4.41 next
  fix CVE num
  update NEWS
  Fix bug #69441 (Buffer Overflow when parsing tar/zip/phar in phar_set_inode)
  fix test
  fix type in fix for #69085
  fix memory leak & add test
  Fix tests
  fix CVE num
  Fix bug #69337 (php_stream_url_wrap_http_ex() type-confusion vulnerability)
  Fix test
  Additional fix for bug #69324
  More fixes for bug #69152
  Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)
  Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar)
  Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER)
  Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4)
  Fix bug #68819 (Fileinfo on specific file causes spurious OOM and/or segfault)
  ...

Conflicts:
	ext/standard/http_fopen_wrapper.c
2015-04-14 01:05:01 -07: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 - Fixed bug #60570 (http wrapper leaks context resource if request fails/is 2011-12-21 15:44:58 +00: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
bug69337.phpt fix memory leak & add test 2015-04-12 22:38:34 -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