summaryrefslogtreecommitdiff
path: root/ext/zip/tests
Commit message (Collapse)AuthorAgeFilesLines
* - fix testPierre Joye2010-02-011-1/+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
|
* The version check was completely bogus in this testRasmus Lerdorf2009-07-271-2/+3
|
* 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-126-51/+127
| | | | | | | - #14962, makes extractTo 2nd argument really optional - replace ZEND_ENGINE_2_1 by PHP_ZIP_USE_OO - sync tests
* fix testAntony Dovgal2007-11-191-1/+1
|
* 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)