| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp... | Dmitry Stogov | 2015-09-24 | 1 | -3/+3 |
| * | Fixed bug #70544 (ext/zip/tests/oo_addglob.phpt broken on Solaris) | Xinchen Hui | 2015-09-21 | 1 | -0/+1 |
| * | ext/zip version is now 1.13.0 | Remi Collet | 2015-09-07 | 1 | -1/+1 |
| * | Merge branch 'PHP-5.6' | Remi Collet | 2015-09-07 | 1 | -2/+2 |
| |\ | |||||
| | * | Fix build | Remi Collet | 2015-09-07 | 1 | -2/+2 |
| * | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-09-05 | 3 | -3/+39 |
| |\ \ | |/ | |||||
| | * | Fix #70322: ZipArchive::close() doesn't indicate errors | Christoph M. Becker | 2015-09-05 | 3 | -3/+39 |
| * | | Fix build on Windows | Kalle Sommer Nielsen | 2015-09-04 | 3 | -11/+12 |
| * | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-09-02 | 2 | -1/+34 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-09-01 | 2 | -1/+34 |
| | |\ | |||||
| | | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-09-01 | 2 | -2/+35 |
| | | |\ | |||||
| | | | * | fix test | Stanislav Malyshev | 2015-09-01 | 1 | -1/+1 |
| | | | * | Fixed bug #70350: ZipArchive::extractTo allows for directory traversal when c... | Stanislav Malyshev | 2015-08-30 | 2 | -39/+72 |
| | | * | | Fix typo: unitialized -> uninitialized | Lior Kaplan | 2015-04-01 | 1 | -1/+1 |
| * | | | | Revert "fix occasional fail in zip_close when target arc exists" | Anatol Belski | 2015-08-19 | 1 | -8/+0 |
| * | | | | fix config.w32 to include suitable lib files | Anatol Belski | 2015-08-19 | 1 | -2/+3 |
| * | | | | improve error message | Anatol Belski | 2015-08-19 | 1 | -1/+1 |
| * | | | | fix occasional fail in zip_close when target arc exists | Anatol Belski | 2015-08-19 | 1 | -0/+8 |
| * | | | | remove TSRMLS_* | Anatol Belski | 2015-08-02 | 2 | -4/+4 |
| * | | | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-07-23 | 2 | -0/+35 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Fix #53854: Missing constants for compression type | Christoph M. Becker | 2015-07-23 | 2 | -0/+35 |
| * | | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -36/+36 |
| * | | | | Make convert_to_* safe with rc>1 | Nikita Popov | 2015-06-11 | 1 | -3/+3 |
| * | | | | return FALSE instead of NULL from ZipArchive::getStream when php_stream_zip_o... | Christoph M. Becker | 2015-05-12 | 1 | -0/+2 |
| * | | | | set ext/zip version to 1.13 (as we have new methods... semver...) | Remi Collet | 2015-05-07 | 1 | -1/+1 |
| * | | | | 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 |
| * | | | | add ZipArchive::setCompressionName and ZipArchive::setCompressionIndex methods | Remi Collet | 2015-05-06 | 4 | -4/+178 |
| * | | | | don't use deprecated libzip call | Remi Collet | 2015-05-06 | 2 | -0/+36 |
| * | | | | update libzip to version 1.0.1 | Remi Collet | 2015-05-06 | 113 | -3158/+5887 |
| * | | | | Clean up some type conversions | Nikita Popov | 2015-04-27 | 1 | -10/+1 |
| * | | | | Merge branch 'PHP-5.6' | Remi Collet | 2015-04-15 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | bump zip release to match pecl version | Remi Collet | 2015-04-15 | 1 | -1/+1 |
| * | | | | Fix a couple of warnings | Rasmus Lerdorf | 2015-03-20 | 1 | -3/+2 |
| * | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-03-17 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-03-17 | 1 | -1/+1 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-03-17 | 1 | -1/+1 |
| | | |\ \ | | | |/ | |||||
| | | | * | 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 | 2 | -2/+2 |
| | | * | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| | * | | | bump year | Xinchen Hui | 2015-01-15 | 19 | -19/+19 |
| | * | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
| * | | | | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -2/+2 |
| * | | | | Remove the unused vars | zxcvdavid | 2015-03-04 | 1 | -2/+0 |
| * | | | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati... | Dmitry Stogov | 2015-03-04 | 2 | -3/+3 |
| * | | | | Move zend_object->guards into additional slot of zend_object->properties_tabl... | Dmitry Stogov | 2015-02-04 | 1 | -1/+1 |
| * | | | | Cleanup resource handling APIs | Xinchen Hui | 2015-02-02 | 1 | -9/+25 |
| * | | | | Fixed #68826 (Resource leak) | Xinchen Hui | 2015-01-17 | 1 | -0/+1 |
| * | | | | bump year | Xinchen Hui | 2015-01-15 | 19 | -19/+19 |
| * | | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 92 | -744/+744 |
