Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | missing include | Remi Collet | 2016-02-22 | 1 | -3/+1 |
| | |||||
* | update bundled libzip to 1.1.2 | Remi Collet | 2016-02-22 | 37 | -245/+748 |
| | |||||
* | Update header to PHP Version 7 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fix build on Windows | Kalle Sommer Nielsen | 2015-09-04 | 3 | -11/+12 |
| | | |||||
* | | better fix (also fix i386 build) | Remi Collet | 2015-05-06 | 1 | -4/+4 |
| | | |||||
* | | try to fix build when LONG_MAX not defined | Remi Collet | 2015-05-06 | 1 | -2/+5 |
| | | |||||
* | | update libzip to version 1.0.1 | Remi Collet | 2015-05-06 | 110 | -3148/+5863 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-03-17 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: update NEWS Fix bug #69253 - ZIP Integer Overflow leads to writing past heap boundary oops, no idea how this got in Fix bug #69248 - heap overflow vulnerability in regcomp.c add test for bug #68976 add NEWS Fixed bug #68976 - Use After Free Vulnerability in unserialize() update news Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM configuration options) fix tests Fix bug #69207 - move_uploaded_file allows nulls in path Conflicts: ext/ereg/regex/regcomp.c ext/standard/basic_functions.c ext/standard/var_unserializer.c ext/standard/var_unserializer.re win32/registry.c | ||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-03-17 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: update NEWS Fix bug #69253 - ZIP Integer Overflow leads to writing past heap boundary Conflicts: ext/zip/lib/zip_dirent.c | ||||
| | * | Fix bug #69253 - ZIP Integer Overflow leads to writing past heap boundary | Stanislav Malyshev | 2015-03-17 | 1 | -1/+1 |
| | | | |||||
| * | | bump year | Xinchen Hui | 2015-01-15 | 16 | -16/+16 |
| | | | |||||
* | | | Remove the unused vars | zxcvdavid | 2015-03-04 | 1 | -2/+0 |
| | | | |||||
* | | | bump year | Xinchen Hui | 2015-01-15 | 16 | -16/+16 |
| | | | |||||
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 90 | -740/+740 |
| | | | |||||
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | | |||||
* | | | improve empty string check | Anatol Belski | 2014-09-17 | 1 | -1/+1 |
|/ / | |||||
* | | zip extension version 1.12.4 | Remi Collet | 2014-01-29 | 1 | -1/+1 |
| | | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 16 | -16/+16 |
| | | |||||
* | | missing file from libzip 0.11.2 | Remi Collet | 2013-12-30 | 2 | -0/+136 |
| | | |||||
* | | Sync with pecl/zip 1.12.4dev | Remi Collet | 2013-12-30 | 27 | -104/+174 |
| | | | | | | | | | | | | | | | | | | | | - update bunled libzip to 0.11.2 - expose zip_file_set_external_attributes + zip_file_get_external_attributes with new methods: ZipArchive::setExternalAttributesName ZipArchive::setExternalAttributesIndex ZipArchive::getExternalAttributesName ZipArchive::getExternalAttributesIndex | ||||
* | | missing 'config.h' in 5dc37b3 | Remi Collet | 2013-11-10 | 1 | -0/+25 |
| | | |||||
* | | Sync ext/zip with pecl/zip version 1.3.2 | Remi Collet | 2013-11-04 | 87 | -1723/+4377 |
| | | | | | | | | | | | | - update libzip to version 1.11.1. We don't use any private symbol anymore - new method ZipArchive::setPassword($password) - add --with-libzip option to build with system libzip | ||||
* | | Merge branch 'PHP-5.5' | Rasmus Lerdorf | 2013-10-20 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.5: When src->src is null this doesn't get initialized 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. | ||||
| * | 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 | ||||
* | | unify stdint type usage | Michael Wallner | 2013-08-06 | 1 | -5/+1 |
| | | | | | | | | if you need C99 stdint types, just include "php_stdint.h" | ||||
* | | 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 |
| |