Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug #69253 - ZIP Integer Overflow leads to writing past heap boundary | Stanislav Malyshev | 2015-03-17 | 1 | -1/+1 |
| | |||||
* | When src->src is null this doesn't get initialized | Rasmus Lerdorf | 2013-10-20 | 1 | -1/+1 |
| | | | | | | but it is still used, so the passed in *ze will point to unitialized memory. Hopefully src->src is never null, but just in case this initialization doesn't hurt. | ||||
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | Reworked the changes for bug #64452 | Anatol Belski | 2013-03-23 | 1 | -4/+1 |
| | |||||
* | Fixed bug #64452 Zip PHPTs crash intermittently | Anatol Belski | 2013-03-20 | 2 | -4/+14 |
| | |||||
* | Reverted the BC fix regarding to #57905, test adopted | Anatoliy Belsky | 2012-06-17 | 1 | -10/+2 |
| | | | | | | New 0.10.1 has a stronger archive integrity check. Restoring the old behaviour of libzip < 0.10.1 makes no sense at this place. | ||||
* | zip windows fixes | Anatoliy Belsky | 2012-06-07 | 2 | -0/+6 |
| | |||||
* | fixed bc break related to #57905 | Anatoliy Belsky | 2012-06-07 | 1 | -2/+10 |
| | |||||
* | fixed a bit overlooked from the last libzip port | Anatoliy Belsky | 2012-06-07 | 1 | -2/+2 |
| | |||||
* | brought the fix for #47667 back | Anatoliy Belsky | 2012-06-07 | 1 | -2/+8 |
| | |||||
* | rechecked the merged libzip, took also the indents from the original to | Anatoliy Belsky | 2012-06-07 | 6 | -28/+18 |
| | | | | avoid confusion next time | ||||
* | fixed a double freeing crash | Anatoliy Belsky | 2012-06-07 | 1 | -2/+0 |
| | |||||
* | fixed header include | Anatoliy Belsky | 2012-06-07 | 1 | -1/+1 |
| | |||||
* | initial libzip upgrade patch to 0.10.1 | Anatoliy Belsky | 2012-06-07 | 62 | -689/+2700 |
| | |||||
* | fix bug 53885 (ZipArchive segfault with FL_UNCHANGED on empty archive) | Stanislav Malyshev | 2011-01-30 | 1 | -0/+4 |
| | |||||
* | - Fixed bug #53568 (swapped memset arguments in struct initialization). | Gustavo André dos Santos Lopes | 2010-12-17 | 1 | -3/+1 |
| | |||||
* | - missing patch (update to 0.9.3) | Pierre Joye | 2010-02-01 | 1 | -2/+2 |
| | |||||
* | - update to 0.9.3 | Pierre Joye | 2010-02-01 | 6 | -56/+99 |
| | |||||
* | - fix leak | Pierre Joye | 2010-02-01 | 1 | -0/+1 |
| | |||||
* | - fixed bug #49072, feof never returns true for damaged file in zip | Pierre Joye | 2009-08-11 | 1 | -4/+15 |
| | |||||
* | - MFB: Fix #48763, create corrupt archive | Pierre Joye | 2009-07-19 | 1 | -1/+4 |
| | |||||
* | - WS | Pierre Joye | 2009-07-19 | 5 | -33/+33 |
| | |||||
* | Closes bug #47667 | Mikko Koppanen | 2009-03-16 | 1 | -0/+3 |
| | |||||
* | - year++ | Pierre Joye | 2009-01-02 | 3 | -3/+3 |
| | |||||
* | - MFB: restore overwrite feature (regression introduced in 5.2.8) | Pierre Joye | 2009-01-02 | 1 | -3/+7 |
| | |||||
* | - MFB: restore fix for binary mode on win (regression introduced in 5.2.8) | Pierre Joye | 2009-01-02 | 1 | -2/+6 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 9 | -9/+9 |
| | |||||
* | - MFH: Fixed a macro redefinition on BSD for different purpose | Felipe Pena | 2008-11-12 | 1 | -0/+1 |
| | |||||
* | - MFH: update to 0.9 (torrentzip support, files open only when necessary), ↵ | Pierre Joye | 2008-08-07 | 14 | -81/+473 |
| | | | | windows fixes | ||||
* | MFH: nuketh C++ comments | Jani Taskinen | 2008-08-03 | 1 | -1/+1 |
| | |||||
* | - sync with PECL HEAD | Pierre Joye | 2008-05-21 | 57 | -889/+651 |
| | |||||
* | Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) | Dmitry Stogov | 2008-01-30 | 1 | -7/+9 |
| | |||||
* | MFH: fix windows build for all cases, and always export symbols (Steph Fox) | Greg Beaver | 2008-01-14 | 1 | -2/+0 |
| | |||||
* | MFH: add missing define for statically-built zip ext | Greg Beaver | 2008-01-13 | 1 | -0/+2 |
| | |||||
* | a few fixes: overwrite all my careful work in zipint_alias.h with zipint.h, ↵ | Greg Beaver | 2008-01-13 | 1 | -43/+47 |
| | | | | | | | so had to restore that. PHP_RAW_NAMED_FE() won't work, have to use ZEND_RAW_FENTRY | ||||
* | MFH: alias all zip identifiers to avoid potential name conflicts with other ↵ | Greg Beaver | 2008-01-13 | 4 | -0/+95 |
| | | | | apache libs that may export zip symbols | ||||
* | MFH: export symbols for use by other extensions like phar | Greg Beaver | 2008-01-12 | 52 | -160/+161 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 8 | -8/+8 |
| | |||||
* | 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 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 8 | -8/+8 |
| | |||||
* | 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 |
| | |||||
* | #9278 and #39506, force the binary mode for the zip operation only. At least ↵ | Pierre Joye | 2006-11-15 | 3 | -5/+11 |
| | | | | I do not have to set/restore it in each function. | ||||
* | #39506 and PECL #9278, should fix the problem for the other SAPI (works for ↵ | Pierre Joye | 2006-11-15 | 1 | -0/+4 |
| | | | | | | | CLI, CGI and embed) see: http://news.php.net/php.internals/26606 for the details | ||||
* | fix leaks within zip entries in several tests | Nuno Lopes | 2006-11-11 | 1 | -6/+8 |
| | |||||
* | fix leak in oo_setArchiveComment.phpt | Nuno Lopes | 2006-11-11 | 2 | -1/+4 |
| | |||||
* | - fix leak in zip_close when the function's succeeded | Pierre Joye | 2006-11-11 | 1 | -1/+1 |
| | |||||
* | - MFH: | Pierre Joye | 2006-11-03 | 11 | -17/+255 |
| | | | | | | | | | | - fix possible leak in statName and statIndex - add addEmptyDir() method - add zip_stat_init,zip_clear_error and zip_file_clear_error - add tests - Fix protos (Hannes) - setComment return value on success (Hannes) | ||||
* | - #38944, freshly created archive has no comment or cdir | Pierre Joye | 2006-09-25 | 1 | -3/+5 |
| |