php-src/ext/zip/tests
Stanislav Malyshev e231830f16 Merge branch 'PHP-5.6.18' into PHP-7.0.3
* PHP-5.6.18:
  fix tests
  fix NEWS
  Update NEWS
  update NEWS
  Fixed bug #71488: Stack overflow when decompressing tar archives
  update NEWS
  add missing headers for SIZE_MAX
  backport the escapeshell* functions hardening branch
  add tests
  Fix bug #71459 - Integer overflow in iptcembed()
  prepare 5.6.18RC1
  Fix test when run with openssl < 1.0.2 (reorder so no more SSLv2 message) Fix skip message to work
  improve fix for bug #71201
  Fixed bug #71323 - Output of stream_get_meta_data can be falsified by its input
  Fix bug #71391: NULL Pointer Dereference in phar_tar_setupmetadata()
  Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream()
  Fix bug #71335: Type Confusion in WDDX Packet Deserialization
  Fix bug #71354 - remove UMR when size is 0

Conflicts:
	configure.in
	ext/phar/dirstream.c
	ext/phar/phar_object.c
	ext/phar/tar.c
	ext/standard/exec.c
	ext/standard/iptc.c
	ext/standard/math.c
	ext/standard/streamsfuncs.c
	ext/wddx/wddx.c
	main/php_version.h
	main/streams/memory.c
2016-02-01 20:00:01 -08:00
..
001.phpt
binarynull.zip
bug7214.phpt
bug7658.odt
bug7658.phpt
bug7658.xml
bug8009.phpt
bug8009.zip
bug8700.phpt
bug11216.phpt fix tests 2009-01-08 22:03:32 +00:00
bug14962.phpt - MFH: 2008-11-12 11:41:21 +00:00
bug38943_2.phpt Sync ext/zip with pecl/zip version 1.3.2 2013-11-04 13:23:36 +01:00
bug38943.inc Sync ext/zip with pecl/zip version 1.3.2 2013-11-04 13:23:36 +01:00
bug38943.phpt Removed old (< 5.3) version of test and cleaned up the actual version. 2011-09-02 17:41:39 +00:00
bug38944.phpt fix tests 2009-01-08 22:03:32 +00:00
bug40228.phpt
bug40228.zip
bug47667.phpt - fix test 2010-02-01 19:30:32 +00:00
bug49072.phpt - fixed bug #49072, feof never returns true for damaged file in zip 2009-08-11 15:12:00 +00:00
bug49072.zip - fixed bug #49072, feof never returns true for damaged file in zip 2009-08-11 15:12:00 +00:00
bug51353.phpt Added test for bug #51353. It'll be skipped by default and must be 2012-08-21 13:22:00 +02:00
bug53579.phpt Fixed bug#53579 (stream_get_contents() segfaults on ziparchive streams) 2010-12-20 11:00:27 +00:00
bug53603.phpt - Fixed bug #53893 (Wrong return value for ZipArchive::extractTo()) 2011-02-07 16:20:16 +00:00
bug53854.phpt Fixed bug #53854 (Missing constants for compression type). Patch by Richard 2011-01-28 04:19:40 +00:00
bug53885.phpt Fix cleanup routines 2011-09-07 12:05:19 +00:00
bug64342_0.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
bug64342_1.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
bug70322.phpt Fix #70322: ZipArchive::close() doesn't indicate errors 2015-09-05 00:34:10 +02:00
bug70350.phpt fix test 2015-09-01 00:59:31 -07:00
compression_methods.phpt Fix #53854: Missing constants for compression type 2015-07-23 21:36:14 +02:00
compression_methods.zip Fix #53854: Missing constants for compression type 2015-07-23 21:36:14 +02:00
doubleclose.phpt Refactor Zip (1 test failed) 2014-05-05 10:49:27 +08:00
oo_addemptydir.phpt
oo_addfile.phpt
oo_addglob.phpt Fixed bug #70544 (ext/zip/tests/oo_addglob.phpt broken on Solaris) 2015-09-21 22:04:27 +08:00
oo_addpattern.phpt Added tests for ZipArchive::addGlob() and ZipArchive::addPattern() 2014-05-23 05:51:13 +00:00
oo_close.phpt
oo_delete.phpt Fix #70322: ZipArchive::close() doesn't indicate errors 2015-09-05 00:34:10 +02:00
oo_ext_zip.phpt
oo_externalattributes.phpt missing file from libzip 0.11.2 2013-12-30 10:00:02 +01:00
oo_extract.phpt
oo_getcomment.phpt
oo_getnameindex.phpt
oo_getstatusstring.phpt The last of the 2009 testfest tests 2009-08-30 18:18:50 +00:00
oo_namelocate.phpt
oo_open.phpt
oo_properties.phpt fix tests 2009-01-08 22:03:32 +00:00
oo_rename.phpt
oo_setcomment.phpt
oo_setcompression.phpt add ZipArchive::setCompressionName and ZipArchive::setCompressionIndex methods 2015-05-06 15:16:43 +02:00
oo_stream.phpt
pecl12414.phpt Reverted the BC fix regarding to #57905, test adopted 2012-06-17 16:04:36 +02:00
pecl12414.zip - sync tests with pecl 2008-11-04 13:24:39 +00:00
stream_meta_data.phpt fix tests 2016-02-01 18:58:02 -08:00
test_procedural.zip
test_with_comment.zip
test.zip
utils.inc
zip_close.phpt
zip_entry_close.phpt Refactor Zip (1 test failed) 2014-05-05 10:49:27 +08:00
zip_entry_compressedsize.phpt
zip_entry_compressionmethod.phpt
zip_entry_filesize.phpt
zip_entry_name.phpt
zip_entry_open.phpt
zip_entry_read.phpt
zip_open_error.phpt The last of the 2009 testfest tests 2009-08-30 18:18:50 +00:00
zip_open.phpt
zip_read.phpt