summaryrefslogtreecommitdiff
path: root/ext/zip/zip_stream.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2016-02-221-1/+0
|\
| * cleanup $IdRemi Collet2016-02-221-1/+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
* - remove double includePierre Joye2009-08-111-1/+0
* - fixed bug #49072, feof never returns true for damaged file in zipPierre Joye2009-08-111-7/+15
* MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSEAntony Dovgal2008-07-231-1/+0
* MFH: add PHP_STREAM_FLAG_FCLOSE to zip streamsAntony Dovgal2008-07-231-0/+1
* - rename SAFEMODE_CHECKFILE to OPENBASEDIR_CHECKPATH (can be used withoutPierre Joye2007-03-141-2/+3
* Added missing open_basedir & safe_mode checks to zip:// and bzip://Ilia Alshanetsky2007-03-141-0/+9
* Safety checksIlia Alshanetsky2006-12-231-4/+4
* fix leak in oo_stream.phptNuno Lopes2006-11-121-3/+9
* Fixed compiler warnings.Ilia Alshanetsky2006-07-271-5/+1
* This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.SVN Migration2006-07-241-0/+239