Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove bundled libzip | Nikita Popov | 2018-09-18 | 1 | -45/+0 |
| | |||||
* | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com> | ||||
* | update libzip to version 1.0.1 | Remi Collet | 2015-05-06 | 1 | -5/+3 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -3/+3 |
| | |||||
* | Sync ext/zip with pecl/zip version 1.3.2 | Remi Collet | 2013-11-04 | 1 | -1/+4 |
| | | | | | | - 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 | ||||
* | - update to 0.9 (torrentzip support, files open only when necessary), ↵ | Pierre Joye | 2008-08-07 | 1 | -6/+3 |
| | | | | windows fixes | ||||
* | export symbols for use by other extensions like phar | Greg Beaver | 2008-01-12 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -2/+2 |
| | |||||
* | - fix stat when used with freshly added entries | Pierre Joye | 2006-11-01 | 1 | -0/+47 |
- add zip_clear_error, zip_file_clear_error and zip_stat_init in libzip - add addEmptyDir(name) method, creates an empty directory |