summaryrefslogtreecommitdiff
path: root/ext/zip/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-102-2/+2
| | | | | * pull-request/341: (23 commits) typofixes
* Fixed bug #64342 ZipArchive::addFile() has to check for file existenceAnatol Belski2013-04-102-0/+79
|
* Added test for bug #51353. It'll be skipped by default and must beAnatoliy Belsky2012-08-211-0/+54
| | | | activated manually.
* Reverted the BC fix regarding to #57905, test adoptedAnatoliy Belsky2012-06-171-2/+1
| | | | | | New 0.10.1 has a stronger archive integrity check. Restoring the old behaviour of libzip < 0.10.1 makes no sense at this place.
* Fix cleanup routinesHannes Magnusson2011-09-071-0/+5
|
* Removed old (< 5.3) version of test and cleaned up the actual version.Shein Alexey2011-09-023-60/+18
|
* - Fixed bug #53893 (Wrong return value for ZipArchive::extractTo())Pierre Joye2011-02-071-5/+2
|
* fix bug 53885 (ZipArchive segfault with FL_UNCHANGED on empty archive)Stanislav Malyshev2011-01-301-0/+19
|
* - Fixed bug #53867 (Test failure)Felipe Pena2011-01-281-1/+1
| | | | | patch by: rquadling at php.net
* Fixed bug #53854 (Missing constants for compression type). Patch by RichardAdam Harvey2011-01-281-0/+44
| | | | | Quadling.
* Fix zip test.Adam Harvey2011-01-281-1/+1
|
* New test for stream_meta_data($zipstream)Hannes Magnusson2010-12-301-0/+74
|
* - Fixed bug #53603 (ZipArchive should quiet stat errors).Gustavo André dos Santos Lopes2010-12-241-0/+38
| | | | | | | | | | | | | | #It is unclear if url_stat handlers should emit a warning in case #PHP_STREAM_URL_STAT_QUIET is not specified and the resource does #not exist. Most url_stat handlers never emit messages; the plain #one does only so in the extraordinary event of an open_basedir #restriction. #But in case, php_stat uses PHP_STREAM_URL_STAT_QUIET for the #FS_EXISTS, which suggests that mere checks on file existence are #supposed to use this flag (arguably). #The downside is that important diagnostic messages might be #omitted.
* Fixed bug#53579 (stream_get_contents() segfaults on ziparchive streams)Hannes Magnusson2010-12-201-0/+44
| | | | | Also added the filename being access to the stream_get_meta_data() array
* - fix testPierre Joye2010-02-011-0/+1
|
* The last of the 2009 testfest testsZoe Slattery2009-08-302-0/+56
|
* - fixed bug #49072, feof never returns true for damaged file in zipPierre Joye2009-08-112-0/+24
|
* Closes bug #47667Mikko Koppanen2009-03-161-0/+40
|
* fix testsAntony Dovgal2009-01-083-6/+6
|
* - Fix testFelipe Pena2008-11-121-1/+1
|
* - MFH:Pierre Joye2008-11-121-0/+34
| | | | | | - #14962, makes extractTo 2nd argument really optional - replace ZEND_ENGINE_2_1 by PHP_ZIP_USE_OO
* - sync tests with peclPierre Joye2008-11-044-0/+93
|
* - MFH: file will exist only on error (thx tony for the headup)Pierre Joye2008-08-301-1/+5
|
* - fix tests (clean on exit)Pierre Joye2008-08-302-3/+5
|
* - sync with PECL HEADPierre Joye2008-05-212-51/+33
|
* fix testAntony Dovgal2007-11-191-1/+1
|
* fix testAntony Dovgal2007-11-081-2/+2
|
* MFHAntony Dovgal2007-08-131-0/+1
|
* Fix testHannes Magnusson2007-08-061-1/+1
|
* MFH: - Fix isset/empty($ZipArchive->property)Hannes Magnusson2007-08-061-0/+59
| | | | | MFH: - Add test
* - pecl bug #11216, better fix, leak removed and improved testPierre Joye2007-06-031-2/+3
| | | | | - typo in news, better late than never (-d)
* - PECL #11216 testPierre Joye2007-06-031-0/+27
|
* fix test namesAntony Dovgal2007-05-074-5/+5
|
* - add more cases for getCommentPierre Joye2007-03-141-1/+11
|
* - #40228, ZipArchive::extractTo does create empty directoriesPierre Joye2007-01-292-0/+23
| | | | | recursively
* renamed to oo_getcomment.phptHannes Magnusson2006-11-161-26/+0
|
* - mv oo_get_comment.phpt oo_getcomment.phptPierre Joye2006-11-151-0/+26
|
* - MFH:Pierre Joye2006-11-0310-0/+343
| | | | | | | | | | - fix possible leak in statName and statIndex - add addEmptyDir() method - add zip_stat_init,zip_clear_error and zip_file_clear_error - add tests - Fix protos (Hannes) - setComment return value on success (Hannes)
* MFH testsHannes Magnusson2006-10-091-0/+0
|
* fix testsAntony Dovgal2006-10-024-5/+5
|
* Rename utils.php to utils.incHannes Magnusson2006-10-021-0/+0
|
* add testAntony Dovgal2006-09-251-0/+40
|
* - #38943, properties in extended class cannot be setPierre Joye2006-09-241-0/+50
| | | | | - use zend_object_std_init instead of a manual initialisation
* - MFH: PECL Bug #8700, zipArchive::getFromIndex() failsPierre Joye2006-09-151-0/+30
|
* - MFH: locateName should not change the state/error, can be used to testPierre Joye2006-08-131-8/+9
| | | | | an entry
* This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.SVN Migration2006-07-2427-0/+628
|
* peclSterling Hughes2003-05-171-23/+0
|
* @ Renamed the ZZiplib extension to the Zip extension, functionSterling Hughes2001-05-271-0/+23
@ names have also changed accordingly, functionality, has stayed @ constant. (Sterling)