summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Expand)AuthorAgeFilesLines
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-7/+9
* - MFB: reflect the correct versionPierre Joye2008-01-182-2/+4
* MFPECL: install headersGreg Beaver2008-01-182-0/+36
* update module version numberGreg Beaver2008-01-181-1/+1
* MFH: fix windows build for all cases, and always export symbols (Steph Fox)Greg Beaver2008-01-142-5/+1
* MFH: add missing define for statically-built zip extGreg Beaver2008-01-131-0/+2
* a few fixes: overwrite all my careful work in zipint_alias.h with zipint.h, s...Greg Beaver2008-01-132-46/+50
* MFH: alias all zip identifiers to avoid potential name conflicts with other a...Greg Beaver2008-01-135-23/+128
* 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
* MFB5.2: Fix protosHannes Magnusson2007-12-151-27/+27
* fix testAntony Dovgal2007-11-191-1/+1
* fix testAntony Dovgal2007-11-081-2/+2
* 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