php-src/ext/standard/tests/http
Stanislav Malyshev b3709bfc52 Merge branch 'PHP-5.6'
* PHP-5.6: (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:
	Zend/zend_exceptions.c
	ext/curl/interface.c
	ext/dom/document.c
	ext/fileinfo/libmagic/softmagic.c
	ext/gd/gd.c
	ext/hash/hash.c
	ext/pgsql/pgsql.c
	ext/phar/phar.c
	ext/phar/phar_internal.h
	ext/standard/http_fopen_wrapper.c
	ext/standard/link.c
	ext/standard/streamsfuncs.c
	ext/xmlwriter/php_xmlwriter.c
	ext/zlib/zlib.c
2015-04-14 01:28:06 -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 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
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