summaryrefslogtreecommitdiff
path: root/ext/zip/zip_stream.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2016-02-221-1/+0
|\ | | | | | | | | * PHP-5.6: cleanup $Id
| * cleanup $IdRemi Collet2016-02-221-1/+0
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/ | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * 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
| | | | | | | | either remains or merged in from PHP5
* | don't use deprecated libzip callRemi Collet2015-05-061-0/+8
| |
* | Use zend_string* instead of char* for opened_patch handling. Avoid ↵Dmitry Stogov2015-03-041-2/+2
| | | | | | | | reallocations and improve string reuse.
* | 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
| | | | | | - update libzip to version 1.11.1. We don't use any private symbol anymore - new method ZipArchive::setPassword($password) - add --with-libzip option to build with system libzip
* Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-3/+3
| | | | | (`char *` to `const char *` for parameters and few return values) In a few places int len moved to size_t len.
* - 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
| | | | | Also added the filename being access to the stream_get_meta_data() array
* 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
| | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* - 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
| | | | | | | confusing in head without confusion) - Add safemode and open basedir checks in zip:// wrapper (revert Ilia's patch). Bug found by Stefan Esser in his MOPB-20-2007
* Added missing open_basedir & safe_mode checks to zip:// and bzip://Ilia Alshanetsky2007-03-141-0/+9
| | | | | | | wrappers. Issues idendtified by MOPB-20 and MOPB-21
* 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