summaryrefslogtreecommitdiff
path: root/ext/zip/zip_stream.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Merge safe_mode changes into extensions that are in sync in both branchesKalle 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