summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug #53568 (swapped memset arguments in struct initialization) ↵Felipe Pena2011-01-111-3/+1
| | | | [backported]
* Fixed crash in zip extract method (possible CWE-170)Pierre Joye2010-11-301-0/+3
|
* - fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, ↵Pierre Joye2010-10-191-0/+3
| | | | (CVE-2010-3709), report&patch from Maksymilian Arciemowicz
* - missing patch (update to 0.9.3)Pierre Joye2010-02-011-2/+2
|
* - update to 0.9.3Pierre Joye2010-02-016-56/+99
|
* - fix testPierre Joye2010-02-011-1/+1
|
* - fix leakPierre Joye2010-02-011-0/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* The last of the 2009 testfest testsZoe Slattery2009-08-302-0/+56
|
* fix bug #48640: cleaned up ifdef whoes, removed duplicate code.Guenter Knauf2009-08-261-38/+15
|
* - fixed bug #49072, feof never returns true for damaged file in zipPierre Joye2009-08-114-5/+46
|
* The version check was completely bogus in this testRasmus Lerdorf2009-07-271-2/+3
|
* - Fix #48763, create corrupt archivePierre Joye2009-07-191-1/+4
|
* - MF53Pierre Joye2009-07-197-26/+26
|
* Closes bug #47667Mikko Koppanen2009-03-162-0/+44
|
* MFB: Fixed 2 memory corruptions in zip extension idenfied byIlia Alshanetsky2009-03-011-3/+6
| | | | | oo_properties.phpt test
* - Fixed a crash on extract in zip when files or directories entry names containPierre Joye2009-02-052-3/+285
| | | | | a relative path. (affects only 5.2 as it is a limitation in 5.2's virtual_file_ex)
* fix testsAntony Dovgal2009-01-083-6/+6
|
* - MFH: fix filename property readPierre Joye2009-01-021-1/+1
|
* - restore overwrite feature (regression introduced in 5.2.8)Pierre Joye2009-01-011-1/+4
|
* - restore fix for binary mode on win (regression introduced in 5.2.8)Pierre Joye2009-01-011-1/+5
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3111-11/+11
|
* - not used anymorePierre Joye2008-12-092-29/+0
|
* - MFH: Fixed a macro redefinition on BSD for different purposeFelipe Pena2008-11-121-0/+1
|
* - MFH: Removed unused variablesFelipe Pena2008-11-121-3/+0
|
* - Fix testFelipe Pena2008-11-121-1/+1
|
* - MFH:Pierre Joye2008-11-128-61/+135
| | | | | | | - #14962, makes extractTo 2nd argument really optional - replace ZEND_ENGINE_2_1 by PHP_ZIP_USE_OO - sync tests
* - remove unused filesPierre Joye2008-10-234-233/+0
|
* - add missing filesPierre Joye2008-10-233-0/+168
|
* - MFHPierre Joye2008-10-2357-790/+1188
| | | | | | | - Update ziplib - flatten path and make them relative before extraction - remove unnecessary export
* MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSEAntony Dovgal2008-07-231-1/+0
|
* MFH: add PHP_STREAM_FLAG_FCLOSE to zip streamsAntony Dovgal2008-07-231-0/+1
|
* - reflect the correct versionPierre Joye2008-01-182-2/+4
|
* MF5.3: install headers, use correct zip versionGreg Beaver2008-01-183-1/+37
|
* add missing alias .h filesGreg Beaver2008-01-142-0/+94
|
* MFH: export libzip symbolsGreg Beaver2008-01-1454-183/+200
|
* revert last commit, was to wrong branchGreg Beaver2008-01-1253-164/+160
|
* MFH: export symbols for use by other extensions like pharGreg Beaver2008-01-1253-160/+164
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3110-10/+10
|
* Fix protosHannes Magnusson2007-12-151-27/+27
|
* 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-062-0/+109
| | | | | MFH: - Add test
* MFH: Fix some configure --help textsfoobar2007-07-031-2/+2
|
* fix wsAntony Dovgal2007-06-041-2/+2
|
* - fix logic (goto is a gift, I should use it :)Pierre Joye2007-06-031-1/+2
|
* - pecl bug #11216, better fix, leak removed and improved testPierre Joye2007-06-032-9/+18
| | | | | - typo in news, better late than never (-d)
* - PECL #11216 testPierre Joye2007-06-031-0/+27
|
* - PECL #11216, addEmptyDir crashes if the directory already existsPierre Joye2007-06-031-1/+21
|