summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Expand)AuthorAgeFilesLines
* - fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, (CVE-2...Pierre Joye2010-10-191-0/+3
* Fixed a compiler warningIlia Alshanetsky2010-09-201-1/+1
* - Fix #51002, fix possible memory corruption with very long namesPierre Joye2010-06-151-3/+3
* - Fix proto and argnameFelipe Pena2010-06-031-3/+3
* - Added ZipArchive arginfoFelipe Pena2010-06-031-30/+135
* Merge safe_mode changes into extensions that are in sync in both branchesKalle Sommer Nielsen2010-04-263-14/+14
* It's a size_t here, not an unsigned int.Rasmus Lerdorf2010-02-091-2/+2
* - 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-0/+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
* - remove double includePierre Joye2009-08-111-1/+0
* - fixed bug #49072, feof never returns true for damaged file in zipPierre Joye2009-08-114-11/+54
* - MFB: Fix #48763, create corrupt archivePierre Joye2009-07-191-1/+4
* - WSPierre Joye2009-07-195-33/+33
* Closes bug #47667Mikko Koppanen2009-03-162-0/+43
* Adjust previous fixIlia Alshanetsky2009-02-241-0/+1
* Fixed 2 memory corruptions in zip extension idenfied by oo_properties.phptIlia Alshanetsky2009-02-221-3/+5
* fix testsAntony Dovgal2009-01-083-6/+6
* - year++Pierre Joye2009-01-024-4/+4
* - fix filename property readPierre Joye2009-01-021-1/+2
* - MFB: restore overwrite feature (regression introduced in 5.2.8)Pierre Joye2009-01-021-3/+7
* - MFB: restore fix for binary mode on win (regression introduced in 5.2.8)Pierre Joye2009-01-021-2/+6
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3110-10/+10
* - version and WSPierre Joye2008-12-241-2/+2
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-10/+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-123-12/+44
* - sync tests with peclPierre Joye2008-11-044-0/+93
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+10
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-10/+0
* - flatten path and make them relative before extractionPierre Joye2008-10-232-41/+99
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-4/+4
* - 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
* - MFH: constify zend_function_entry and update phpinfoPierre Joye2008-08-081-2/+2
* - MFH: missing openbasedir checkPierre Joye2008-08-081-0/+4
* - MFH: use PHP_ZIP_VERSION_STRING and add add_ascii_assoc_string macro (easy ...Pierre Joye2008-08-082-11/+17
* - MFH: fix leak in zif_zip_entry_read and ::ExtractTo on ErrorPierre Joye2008-08-081-1/+3
* - use OPENBASEDIR_CHECKPATH instead of SAFEMODE_CHECKFILE, easier to keep cod...Pierre Joye2008-08-081-13/+4
* move unused vars into their ifdefAntony Dovgal2008-08-081-1/+1
* - add missing files for 0.9Pierre Joye2008-08-081-3/+5
* - MFH: update to 0.9 (torrentzip support, files open only when necessary), wi...Pierre Joye2008-08-0715-82/+475
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-1/+1
* 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