| Commit message (Expand) | Author | Age | Files | Lines |
* | Added missing call to ZipArchive::close() | Florian Engelhardt | 2019-10-23 | 2 | -0/+4 |
* | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-10-08 | 2 | -2/+34 |
|\ |
|
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-10-08 | 2 | -2/+34 |
| |\ |
|
| | * | Fix #78641: addGlob can modify given remove_path value | Christoph M. Becker | 2019-10-08 | 2 | -2/+34 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-09-29 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-09-29 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | Fix build for libzip < 0.11.2 | Christoph M. Becker | 2019-09-29 | 1 | -0/+2 |
* | | | zip edxtension is now 1.15.5 | Remi Collet | 2019-09-09 | 1 | -1/+1 |
* | | | fix type consistency after | Remi Collet | 2019-09-09 | 1 | -3/+3 |
* | | | Replace deprecated libzip functions | Christoph M. Becker | 2019-08-26 | 3 | -25/+87 |
* | | | Remove dead code | Christoph M. Becker | 2019-08-13 | 1 | -11/+0 |
* | | | Cleanup of remaining E_STRICT in tests | George Peter Banyard | 2019-07-23 | 1 | -1/+0 |
* | | | Report errors from stream read and write operations | Nikita Popov | 2019-07-22 | 1 | -5/+5 |
* | | | Remove HAVE_LIBZIP | Peter Kokot | 2019-07-21 | 3 | -7/+0 |
* | | | Canonicalize file-names in zip tests | Nikita Popov | 2019-07-16 | 11 | -14/+14 |
* | | | fix flaky zip tests, order is OS dependent | Joe Watkins | 2019-06-12 | 8 | -56/+117 |
* | | | php_zip_pcre: Match pattern before stating for directories | Nikita Popov | 2019-06-06 | 1 | -13/+13 |
* | | | Cheaper checks for exceptions thrown from __toString() | Dmitry Stogov | 2019-06-06 | 1 | -12/+15 |
* | | | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -0/+9 |
* | | | ext/zip: Replace $LIBZIP_LIBDIR with $LIBZIP_LIBS | Hugh McMaster | 2019-06-04 | 1 | -3/+2 |
* | | | ext/zip: Remove un-needed symbol check for zip_open | Hugh McMaster | 2019-06-03 | 1 | -9/+1 |
* | | | ext/zip: Add PHP_EVAL_LIBLINE to replace PHP_ADD_LIBRARY_WITH_PATH | Hugh McMaster | 2019-06-03 | 1 | -2/+1 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-05-27 | 1 | -1/+3 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-05-27 | 1 | -1/+2 |
| |\ \
| | |/ |
|
| | * | Fixed bug #76345 | Michael Maroszek | 2019-05-27 | 1 | -1/+2 |
| | * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 8 | -10/+0 |
| | * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 4 | -4/+4 |
| | * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 7 | -8/+0 |
| | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 2 | -3/+3 |
| * | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 8 | -10/+0 |
| * | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 3 | -3/+3 |
| * | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 7 | -8/+0 |
| * | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -2/+2 |
* | | | Normalize comments in *nix build system m4 files | Peter Kokot | 2019-05-12 | 1 | -2/+0 |
* | | | Use PKG_CHECK_MODULES to detect the zip library | Hugh McMaster | 2019-04-29 | 1 | -78/+37 |
* | | | Always use pkg-config from the host architecture | Hugh McMaster | 2019-04-29 | 1 | -3/+0 |
* | | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ... | Dmitry Stogov | 2019-04-24 | 1 | -4/+4 |
* | | | Remove HAVE_* for always available extensions | Gabriel Caruso | 2019-04-14 | 1 | -8/+0 |
* | | | Remove unused variables | Fabien Villepinte | 2019-03-17 | 1 | -3/+0 |
* | | | Replace dirname(__FILE__) by __DIR__ in tests | Fabien Villepinte | 2019-03-15 | 52 | -62/+62 |
* | | | Add meaningful error message for ext/zip | hassan | 2019-03-11 | 1 | -1/+1 |
* | | | Add AS_HELP_STRING to *nix build configure options | Peter Kokot | 2019-03-07 | 1 | -5/+11 |
* | | | Make zip oo_addglob test more robust | Nikita Popov | 2019-02-21 | 1 | -6/+8 |
* | | | Make zip oo_addpattern test more robust | Nikita Popov | 2019-02-20 | 1 | -6/+9 |
* | | | Fix failing tests | Peter Kokot | 2019-02-10 | 2 | -4/+8 |
* | | | Added basic test for ZipArchive::unchangeName() | Florian Engelhardt | 2019-02-09 | 1 | -0/+43 |
* | | | Added basic test for ZipArchive::unchangeIndex() | Florian Engelhardt | 2019-02-09 | 1 | -0/+43 |
* | | | Remove local variables | Peter Kokot | 2019-02-03 | 2 | -18/+0 |
* | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 3 | -3/+3 |
* | | | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -10/+6 |