summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Expose missing flags from libzip at least >= 0.11.xAnatol Belski2016-05-251-0/+31
|/ / / / / /
* | | | | | Fix bug #71923 - integer overflow in ZipArchive::getFrom*Stanislav Malyshev2016-04-261-2/+2
* | | | | | Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2016-02-221-2/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | cleanup $IdRemi Collet2016-02-221-2/+0
* | | | | | Remove TSRMLS_* from code, they are not used anymoreStanislav Malyshev2016-02-171-1/+1
* | | | | | Format string fixesNikita Popov2016-02-141-2/+2
* | | | | | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-02-091-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed bug #71561 (NULL pointer dereference in Zip::ExtractTo)Xinchen Hui2016-02-091-1/+1
* | | | | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | | | | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-3/+3
* | | | | | Merge branch 'PHP-5.6'Remi Collet2015-09-071-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix buildRemi Collet2015-09-071-2/+2
* | | | | | Merge branch 'PHP-5.6'Christoph M. Becker2015-09-051-2/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix #70322: ZipArchive::close() doesn't indicate errorsChristoph M. Becker2015-09-051-2/+8
* | | | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-021-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-011-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-011-2/+2
| | |\ \ \ \ \ | | | |/ / / / | | |/| / / / | | | |/ / /
| | | * | | Fixed bug #70350: ZipArchive::extractTo allows for directory traversal when c...Stanislav Malyshev2015-08-301-39/+39
| | | * | | Bump yearXinchen Hui2014-01-031-1/+1
| | * | | | Fix typo: unitialized -> uninitializedLior Kaplan2015-04-011-1/+1
| | * | | | Bump yearXinchen Hui2015-01-151-1/+1
| | * | | | Bump yearXinchen Hui2014-01-031-1/+1
| * | | | | bump yearXinchen Hui2015-01-151-1/+1
| * | | | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | | | | | improve error messageAnatol Belski2015-08-191-1/+1
| |_|_|_|/ |/| | | |
* | | | | remove TSRMLS_*Anatol Belski2015-08-021-3/+3
| |_|_|/ |/| | |
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-36/+36
* | | | Make convert_to_* safe with rc>1Nikita Popov2015-06-111-3/+3
* | | | return FALSE instead of NULL from ZipArchive::getStream when php_stream_zip_o...Christoph M. Becker2015-05-121-0/+2
* | | | add ZipArchive::setCompressionName and ZipArchive::setCompressionIndex methodsRemi Collet2015-05-061-3/+84
* | | | don't use deprecated libzip callRemi Collet2015-05-061-0/+28
* | | | Clean up some type conversionsNikita Popov2015-04-271-10/+1
* | | | Fix a couple of warningsRasmus Lerdorf2015-03-201-3/+2
* | | | Use specialized macro for string zval creationDmitry Stogov2015-03-121-2/+2
* | | | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* | | | Cleanup resource handling APIsXinchen Hui2015-02-021-9/+25
* | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-132/+132
* | | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | | make it safer for an array underrunAnatol Belski2014-09-141-3/+3
* | | | avoid repeated strlen() usageAnatol Belski2014-09-141-3/+5
* | | | fix typeAnatol Belski2014-09-121-1/+1
* | | | 's' works with size_t round 4Anatol Belski2014-08-271-1/+1
* | | | 's' works with size_t round 3Anatol Belski2014-08-271-8/+9
* | | | first show to make 's' work with size_tAnatol Belski2014-08-271-10/+10
* | | | fixed several long vs zend_long castsAnatol Belski2014-08-261-8/+8
* | | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* | | | master renames phase 1Anatol Belski2014-08-251-180/+180