summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Expand)AuthorAgeFilesLines
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-3/+3
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* 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: 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
* - PECL #11216 testPierre Joye2007-06-031-0/+27
* - PECL #11216, addEmptyDir crashes if the directory already existsPierre Joye2007-06-031-1/+21
* - use the same checks for zip_statPierre Joye2007-05-191-3/+3
* CS fixesIlia Alshanetsky2007-05-191-28/+23
* fix test namesAntony Dovgal2007-05-074-5/+5
* Fixed a possible memory leak on open_basedir validationIlia Alshanetsky2007-03-141-0/+1
* - MFH: openbasedir and safemode check in ::open()Pierre Joye2007-03-141-0/+4
* - MFH: Fixed possible relative path issues in zip_open in TS mode (old API)Pierre Joye2007-03-141-0/+11
* - rename SAFEMODE_CHECKFILE to OPENBASEDIR_CHECKPATH (can be used withoutPierre Joye2007-03-143-11/+17
* - add more cases for getCommentPierre Joye2007-03-141-1/+11
* Added missing open_basedir & safe_mode checks to zip:// and bzip://Ilia Alshanetsky2007-03-141-0/+9
* Fixed snprintf() usageIlia Alshanetsky2007-02-241-2/+3
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-242-5/+5
* - #40228, ZipArchive::extractTo does create empty directoriesPierre Joye2007-01-293-14/+44
* Fixed memory leaks on errorIlia Alshanetsky2007-01-071-0/+3
* fix a few memleaks and double-free()s on error conditionsNuno Lopes2007-01-061-3/+9
* MFH: Bump year.Sebastian Bergmann2007-01-0110-10/+10
* - #39952 zip ignoring --with-libdir on zlib checks (judas dotPierre Joye2006-12-261-1/+1
* MFHAntony Dovgal2006-12-251-2/+2
* Fix typoHannes Magnusson2006-12-241-1/+1
* Safety checksIlia Alshanetsky2006-12-232-16/+15
* Fix win32 buildFrank M. Kromann2006-12-011-1/+1
* last set of zts fixesIlia Alshanetsky2006-11-301-6/+5
* - fix warningPierre Joye2006-11-281-4/+4
* renamed to oo_getcomment.phptHannes Magnusson2006-11-161-26/+0
* - mv oo_get_comment.phpt oo_getcomment.phptPierre Joye2006-11-151-0/+26
* #9278 and #39506, force the binary mode for the zip operation only. At least ...Pierre Joye2006-11-153-5/+11
* #39506 and PECL #9278, should fix the problem for the other SAPI (works for C...Pierre Joye2006-11-151-0/+4
* fix leak in oo_stream.phptNuno Lopes2006-11-121-3/+9
* fix leak in the object destrucotr when zip_close() fails (fixes oo_delete.phpt)Nuno Lopes2006-11-121-1/+3
* fix leaks within zip entries in several testsNuno Lopes2006-11-112-8/+17
* fix leak in oo_setArchiveComment.phptNuno Lopes2006-11-112-1/+4
* - fix leak in zip_close when the function's succeededPierre Joye2006-11-111-1/+1
* statification of local functions and variables.Nuno Lopes2006-11-092-100/+60
* - MFH:Pierre Joye2006-11-0325-78/+681
* 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
* - #38944, freshly created archive has no comment or cdirPierre Joye2006-09-251-3/+5
* add testAntony Dovgal2006-09-251-0/+40
* - #38943, properties in extended class cannot be setPierre Joye2006-09-242-4/+51