1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00
Commit Graph

25 Commits

Author SHA1 Message Date
Greg Beaver 0984d25723 fix zip front controller tests for php6 2009-07-26 00:39:40 +00:00
Greg Beaver f8cdac39a5 new phar test for zip with data descriptor in local file header 2009-07-23 16:40:47 +00:00
Greg Beaver 7a04372a2d MFB: work around crap stream filter implementation, update tests for compressed aliases in zip-based phar so they actually test the compression 2008-10-11 21:02:53 +00:00
Greg Beaver 2f54ca9c7a MFB: increase code coverage, fix bzip2-compressed alias in zip 2008-09-14 06:32:52 +00:00
Steph Fox cd011d1e9a - MFB 2008-08-31 20:54:28 +00:00
Greg Beaver a036fadb91 MFB increase code coverage 2008-08-21 20:36:21 +00:00
Steph Fox 755642c355 - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
Greg Beaver 6db7baba99 MFB: fix corrupted zips, fix postprocess for compressed zip file 2008-05-30 22:49:46 +00:00
Steph Fox c1ae13b985 - Make internal code back-compatible. This included a binary cast in the default stub, hence many test updates.
- Just over a third of tests pass. Test manifests are broken currently.
2008-05-14 21:27:31 +00:00
Greg Beaver ad6e7fc667 add screening of alias to reading of zip archives, and test for bad aliases 2008-04-26 22:04:04 +00:00
Greg Beaver 41d9dde1df re-adding as binary 2008-04-20 05:49:06 +00:00
Greg Beaver 7cc7bdded7 added as text, removing in order to re-add 2008-04-20 05:48:52 +00:00
Greg Beaver 4336865bb4 add new test for openoffice-created zip 2008-04-20 05:22:02 +00:00
Greg Beaver 0cf701fe4e new test for unix 'zip' command-created zip archives 2008-04-20 05:19:20 +00:00
Greg Beaver e94aaeada9 new test for unsupported compression versions, vastly enhance error messages on unsupported compression methods, fix memleak 2008-04-19 06:18:13 +00:00
Greg Beaver aa61e6066c new tests for corrupted zips 2008-04-19 05:58:40 +00:00
Greg Beaver 0d1e0b4311 new test for zip archives with files created from stdin 2008-04-19 05:53:57 +00:00
Greg Beaver 78c55d2f6d new test for encrypted zips 2008-04-19 05:51:10 +00:00
Greg Beaver d3a4ecf5ab new test for central directory offset being wrong 2008-04-19 05:45:10 +00:00
Greg Beaver bd3ddde29f new test for truncated file comment, fix memleak found by test 2008-04-19 05:39:42 +00:00
Greg Beaver 4e98585ff7 new corrupt zip test 2008-04-19 05:35:03 +00:00
Greg Beaver 531caa6393 new test for corrupted zip with mis-matched entry counts, and fix memleaks in this test case 2008-04-19 05:30:48 +00:00
Greg Beaver 410ce457ab add utility for creating corrupted zip archives for testing purposes 2008-04-19 05:15:24 +00:00
Greg Beaver f513caa0a6 add failing test for metadata support in zip archives 2008-04-16 04:11:14 +00:00
Steph Fox ef46f3e3a2 Funnily enough those frontcontroller tests still pass here! Investigating... 2008-02-11 20:55:44 +00:00