summaryrefslogtreecommitdiff
path: root/ext/zip/zip_stream.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [-Wundef] warning in ZIP extensionGeorge Peter Banyard2020-05-181-1/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Report errors from stream read and write operationsNikita Popov2019-07-221-5/+5
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-5/+5
* year++Xinchen Hui2018-01-021-1/+1
* Turn "php_stream_wrapper"s into constantsDmitry Stogov2017-12-141-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-2/+2
* Fix segfault in php_stream_context_get_option callRemi Collet2017-07-111-1/+1
* cleanupRemi Collet2017-06-091-0/+3
* Zip: add support for encrypted archiveRemi Collet2017-03-021-1/+9
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-191-2/+2
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-191-2/+2
| |\
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-191-2/+2
| | |\
| | | * Improve fix for #72520Stanislav Malyshev2016-07-191-2/+2
* | | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-191-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-191-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-191-4/+4
| | |\ \ | | | |/
| | | * Fix fir bug #72520Stanislav Malyshev2016-07-121-4/+4
* | | | Fixed compilation warningsDmitry Stogov2016-06-221-1/+2
* | | | Merge branch 'PHP-7.0'Remi Collet2016-02-221-1/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2016-02-221-1/+0
| |\ \ \ | | |/ /
| | * | cleanup $IdRemi Collet2016-02-221-1/+0
* | | | Remove version checksNikita Popov2016-01-301-2/+0
|/ / /
* | | 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
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | remove TSRMLS_*Anatol Belski2015-08-021-1/+1
* | | don't use deprecated libzip callRemi Collet2015-05-061-0/+8
* | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-2/+2
* | | Fixed #68826 (Resource leak)Xinchen Hui2015-01-171-0/+1
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-10/+10
* | | Restored zip/oci8 PHP 4 code, add PHP 7 checksAndrea Faulds2014-12-051-0/+2
* | | Removed ZEND_ENGINE_2 checks (and ZE1 code, it's been a decade!)Andrea Faulds2014-12-051-2/+0
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | master renames phase 1Anatol Belski2014-08-251-5/+5
* | | Refactor Zip (1 test failed)Xinchen Hui2014-05-051-5/+4
* | | Refactor basename using zend_stringXinchen Hui2014-02-231-6/+5
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Sync ext/zip with pecl/zip version 1.3.2Remi Collet2013-11-041-2/+18
* | Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-3/+3
|/
* - Fixed bug #49072 (feof never returns true for damaged file in zip).Gustavo André dos Santos Lopes2011-02-011-4/+6
* Fixed bug#53579 (stream_get_contents() segfaults on ziparchive streams)Hannes Magnusson2010-12-201-0/+1
* Remove unused variablesPierrick Charron2010-11-171-1/+0
* - fix type and silent warningPierre Joye2010-11-031-1/+1
* - add stat support for zip://Pierre Joye2010-11-031-1/+79
* Removed safe_modeKalle Sommer Nielsen2010-04-261-2/+2