| Commit message (Expand) | Author | Age | Files | Lines |
| * | - remove unused files | Pierre Joye | 2008-10-23 | 4 | -233/+0 |
| * | - add missing files | Pierre Joye | 2008-10-23 | 3 | -0/+168 |
| * | - MFH | Pierre Joye | 2008-10-23 | 57 | -790/+1188 |
| * | MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE | Antony Dovgal | 2008-07-23 | 1 | -1/+0 |
| * | MFH: add PHP_STREAM_FLAG_FCLOSE to zip streams | Antony Dovgal | 2008-07-23 | 1 | -0/+1 |
| * | - reflect the correct version | Pierre Joye | 2008-01-18 | 2 | -2/+4 |
| * | MF5.3: install headers, use correct zip version | Greg Beaver | 2008-01-18 | 3 | -1/+37 |
| * | add missing alias .h files | Greg Beaver | 2008-01-14 | 2 | -0/+94 |
| * | MFH: export libzip symbols | Greg Beaver | 2008-01-14 | 54 | -183/+200 |
| * | revert last commit, was to wrong branch | Greg Beaver | 2008-01-12 | 53 | -164/+160 |
| * | MFH: export symbols for use by other extensions like phar | Greg Beaver | 2008-01-12 | 53 | -160/+164 |
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 10 | -10/+10 |
| * | Fix protos | Hannes Magnusson | 2007-12-15 | 1 | -27/+27 |
| * | fix test | Antony Dovgal | 2007-11-19 | 1 | -1/+1 |
| * | MFH | Antony Dovgal | 2007-08-13 | 1 | -0/+1 |
| * | Fix test | Hannes Magnusson | 2007-08-06 | 1 | -1/+1 |
| * | MFH: - Fix isset/empty($ZipArchive->property) | Hannes Magnusson | 2007-08-06 | 2 | -0/+109 |
| * | MFH: Fix some configure --help texts | foobar | 2007-07-03 | 1 | -2/+2 |
| * | fix ws | Antony Dovgal | 2007-06-04 | 1 | -2/+2 |
| * | - fix logic (goto is a gift, I should use it :) | Pierre Joye | 2007-06-03 | 1 | -1/+2 |
| * | - pecl bug #11216, better fix, leak removed and improved test | Pierre Joye | 2007-06-03 | 2 | -9/+18 |
| * | - PECL #11216 test | Pierre Joye | 2007-06-03 | 1 | -0/+27 |
| * | - PECL #11216, addEmptyDir crashes if the directory already exists | Pierre Joye | 2007-06-03 | 1 | -1/+21 |
| * | - use the same checks for zip_stat | Pierre Joye | 2007-05-19 | 1 | -3/+3 |
| * | CS fixes | Ilia Alshanetsky | 2007-05-19 | 1 | -28/+23 |
| * | fix test names | Antony Dovgal | 2007-05-07 | 4 | -5/+5 |
| * | Fixed a possible memory leak on open_basedir validation | Ilia Alshanetsky | 2007-03-14 | 1 | -0/+1 |
| * | - MFH: openbasedir and safemode check in ::open() | Pierre Joye | 2007-03-14 | 1 | -0/+4 |
| * | - MFH: Fixed possible relative path issues in zip_open in TS mode (old API) | Pierre Joye | 2007-03-14 | 1 | -0/+11 |
| * | - rename SAFEMODE_CHECKFILE to OPENBASEDIR_CHECKPATH (can be used without | Pierre Joye | 2007-03-14 | 3 | -11/+17 |
| * | - add more cases for getComment | Pierre Joye | 2007-03-14 | 1 | -1/+11 |
| * | Added missing open_basedir & safe_mode checks to zip:// and bzip:// | Ilia Alshanetsky | 2007-03-14 | 1 | -0/+9 |
| * | Fixed snprintf() usage | Ilia Alshanetsky | 2007-02-24 | 1 | -2/+3 |
| * | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 2 | -5/+5 |
| * | - #40228, ZipArchive::extractTo does create empty directories | Pierre Joye | 2007-01-29 | 3 | -14/+44 |
| * | Fixed memory leaks on error | Ilia Alshanetsky | 2007-01-07 | 1 | -0/+3 |
| * | fix a few memleaks and double-free()s on error conditions | Nuno Lopes | 2007-01-06 | 1 | -3/+9 |
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 10 | -10/+10 |
| * | - #39952 zip ignoring --with-libdir on zlib checks (judas dot | Pierre Joye | 2006-12-26 | 1 | -1/+1 |
| * | MFH | Antony Dovgal | 2006-12-25 | 1 | -2/+2 |
| * | Fix typo | Hannes Magnusson | 2006-12-24 | 1 | -1/+1 |
| * | Safety checks | Ilia Alshanetsky | 2006-12-23 | 2 | -16/+15 |
| * | Fix win32 build | Frank M. Kromann | 2006-12-01 | 1 | -1/+1 |
| * | last set of zts fixes | Ilia Alshanetsky | 2006-11-30 | 1 | -6/+5 |
| * | - fix warning | Pierre Joye | 2006-11-28 | 1 | -4/+4 |
| * | renamed to oo_getcomment.phpt | Hannes Magnusson | 2006-11-16 | 1 | -26/+0 |
| * | - mv oo_get_comment.phpt oo_getcomment.phpt | Pierre Joye | 2006-11-15 | 1 | -0/+26 |
| * | #9278 and #39506, force the binary mode for the zip operation only. At least ... | Pierre Joye | 2006-11-15 | 3 | -5/+11 |
| * | #39506 and PECL #9278, should fix the problem for the other SAPI (works for C... | Pierre Joye | 2006-11-15 | 1 | -0/+4 |
| * | fix leak in oo_stream.phpt | Nuno Lopes | 2006-11-12 | 1 | -3/+9 |