Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Expose missing flags from libzip at least >= 0.11.x | Anatol Belski | 2016-05-25 | 1 | -0/+31 | |
|/ / / / / / | ||||||
* | | | | | | Fix bug #71923 - integer overflow in ZipArchive::getFrom* | Stanislav Malyshev | 2016-04-26 | 1 | -2/+2 | |
* | | | | | | Merge branch 'PHP-5.6' into PHP-7.0 | Remi Collet | 2016-02-22 | 1 | -2/+0 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | cleanup $Id | Remi Collet | 2016-02-22 | 1 | -2/+0 | |
* | | | | | | Remove TSRMLS_* from code, they are not used anymore | Stanislav Malyshev | 2016-02-17 | 1 | -1/+1 | |
* | | | | | | Format string fixes | Nikita Popov | 2016-02-14 | 1 | -2/+2 | |
* | | | | | | Merge branch 'PHP-5.6' into PHP-7.0 | Xinchen Hui | 2016-02-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Fixed bug #71561 (NULL pointer dereference in Zip::ExtractTo) | Xinchen Hui | 2016-02-09 | 1 | -1/+1 | |
* | | | | | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 | |
* | | | | | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp... | Dmitry Stogov | 2015-09-24 | 1 | -3/+3 | |
* | | | | | | 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 | 1 | -2/+8 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Fix #70322: ZipArchive::close() doesn't indicate errors | Christoph M. Becker | 2015-09-05 | 1 | -2/+8 | |
* | | | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-09-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-09-01 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-09-01 | 1 | -2/+2 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| / / / | | | |/ / / | ||||||
| | | * | | | Fixed bug #70350: ZipArchive::extractTo allows for directory traversal when c... | Stanislav Malyshev | 2015-08-30 | 1 | -39/+39 | |
| | | * | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| | * | | | | Fix typo: unitialized -> uninitialized | Lior Kaplan | 2015-04-01 | 1 | -1/+1 | |
| | * | | | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 | |
| | * | | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| * | | | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 | |
| * | | | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 | |
* | | | | | | improve error message | Anatol Belski | 2015-08-19 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | remove TSRMLS_* | Anatol Belski | 2015-08-02 | 1 | -3/+3 | |
| |_|_|/ |/| | | | ||||||
* | | | | 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 | |
* | | | | add ZipArchive::setCompressionName and ZipArchive::setCompressionIndex methods | Remi Collet | 2015-05-06 | 1 | -3/+84 | |
* | | | | don't use deprecated libzip call | Remi Collet | 2015-05-06 | 1 | -0/+28 | |
* | | | | Clean up some type conversions | Nikita Popov | 2015-04-27 | 1 | -10/+1 | |
* | | | | Fix a couple of warnings | Rasmus Lerdorf | 2015-03-20 | 1 | -3/+2 | |
* | | | | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -2/+2 | |
* | | | | 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 | |
* | | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 | |
* | | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -132/+132 | |
* | | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 | |
* | | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 | |
* | | | | make it safer for an array underrun | Anatol Belski | 2014-09-14 | 1 | -3/+3 | |
* | | | | avoid repeated strlen() usage | Anatol Belski | 2014-09-14 | 1 | -3/+5 | |
* | | | | fix type | Anatol Belski | 2014-09-12 | 1 | -1/+1 | |
* | | | | 's' works with size_t round 4 | Anatol Belski | 2014-08-27 | 1 | -1/+1 | |
* | | | | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 1 | -8/+9 | |
* | | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -10/+10 | |
* | | | | fixed several long vs zend_long casts | Anatol Belski | 2014-08-26 | 1 | -8/+8 | |
* | | | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -1/+1 | |
* | | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -180/+180 |