summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - MFH: PECL Bug #8700, zipArchive::getFromIndex() failsPierre Joye2006-09-152-2/+36
* - PECL Bug #8676, addFile was not updated and still used VCWD_REALPATH,Pierre Joye2006-09-121-1/+1
* - bump version, 5.2.0 will have zip-2.0.0-stablePierre Joye2006-09-061-1/+1
* - wrong cast, strlen is intPierre Joye2006-09-061-3/+3
* MFH zend_parse_parameters() fixesNuno Lopes2006-09-061-6/+8
* - MFH: zip_open takes only one parameter (Thx Nuno L.)Pierre Joye2006-09-061-4/+3
* - don't rely/use VCWD_REALPATH, use expand_filepath insteadPierre Joye2006-08-261-1/+1
* - bundled matches pecl 1.7.1Pierre Joye2006-08-251-1/+1
* - solve the relative path issues in TS environmentPierre Joye2006-08-241-4/+14
* - nuke unused parameter (not present in old versions)Pierre Joye2006-08-141-7/+6
* - MFH: locateName should not change the state/error, can be used to testPierre Joye2006-08-132-9/+22
* - MFP:Pierre Joye2006-08-134-12/+27
* - remove package.xml, not needed in php-src but only in peclPierre Joye2006-08-131-362/+0
* - MFH: remove dl() usagePierre Joye2006-08-131-4/+0
* - MFH: remove dl() usagePierre Joye2006-08-133-11/+0
* - temp fix for a segfault happening when one adds two entries withPierre Joye2006-08-132-1/+37
* - MFH: NLPierre Joye2006-08-121-2/+0