summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-09-011-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4.45: add test Fix bug #70366 - use-after-free vulnerability in unserialize() with SplDoublyLinkedList Fix bug #70365 - use-after-free vulnerability in unserialize() with SplObjectStorage Fix bug #70172 - Use After Free Vulnerability in unserialize() Fix bug #70388 - SOAP serialize_function_call() type confusion Fixed bug #70350: ZipArchive::extractTo allows for directory traversal when creating directories Improve fix for #70385 Fix bug #70345 (Multiple vulnerabilities related to PCRE functions) Fix bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte value of 32 bytes) Conflicts: ext/pcre/php_pcre.c ext/standard/var_unserializer.c
| * Fixed bug #70350: ZipArchive::extractTo allows for directory traversal when ↵Stanislav Malyshev2015-08-301-39/+39
| | | | | | | | creating directories
| * 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
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-12-191-1/+1
|\ \ | |/ | | | | | | * PHP-5.4: Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)
| * Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)Remi Collet2013-12-191-1/+1
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-10-201-4/+4
|\ \ | |/ | | | | | | * PHP-5.4: - Moved NULL check before dereferencing
| * - Moved NULL check before dereferencingFelipe Pena2013-10-201-4/+4
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-10-201-4/+5
|\ \ | |/ | | | | | | * PHP-5.4: - Fix possible memory leak
| * - Fix possible memory leakFelipe Pena2013-10-201-4/+5
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-1/+1
|\ \ | |/ | | | | | | | | | | | | * PHP-5.4: Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. Conflicts: ext/dba/libinifile/inifile.c
| * Reduce (some) compile noise of 'unused variable' and 'may be used ↵Christopher Jones2013-08-141-1/+1
| | | | | | | | uninitialized' warnings.
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-04-101-0/+7
|\ \ | |/ | | | | | | | | * PHP-5.4: updated NEWS Fixed bug #64342 ZipArchive::addFile() has to check for file existence
| * Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-04-101-0/+7
| |\ | | | | | | | | | | | | * PHP-5.3: Fixed bug #64342 ZipArchive::addFile() has to check for file existence
| | * Fixed bug #64342 ZipArchive::addFile() has to check for file existenceAnatol Belski2013-04-101-0/+7
| | |
| | * Happy New Year~Xinchen Hui2013-01-011-1/+1
| | |
| | * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
| | | | | | | | | | | | | | | This fixes the same issue in multiple extensions. This isn't needed in later branches as 5.4 introduced object_properties_init()
| * | Happy New YearXinchen Hui2013-01-011-1/+1
| | |
* | | fix bug #49348 - issue notice on get_property_ptr_ptr when used for readStanislav Malyshev2013-02-181-39/+39
| | |
* | | Happy New YearXinchen Hui2013-01-011-1/+1
|/ /
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-06-071-1/+1
|\ \ | |/ | | | | | | * PHP-5.3: set current versions for libzip and zip ext
| * set current versions for libzip and zip extAnatoliy Belsky2012-06-071-1/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-06-071-5/+10
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: zip windows fixes fixed bc break related to #57905 fixed a bit overlooked from the last libzip port brought the fix for #47667 back fixed zip entry freeing rechecked the merged libzip, took also the indents from the original to avoid confusion next time fixed a double freeing crash fixed header include initial libzip upgrade patch to 0.10.1 - BFN Conflicts: NEWS
| * fixed zip entry freeingAnatoliy Belsky2012-06-071-5/+10
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-2/+1
| |
| * - Fixed bug #54681 (addGlob() crashes on invalid flags)Felipe Pena2011-05-071-0/+32
| |
| * - Fixed bug #53893 (Wrong return value for ZipArchive::extractTo())Pierre Joye2011-02-071-10/+30
| |
| * Change the way HAVE_GLOB is dealt with in ext/zip per IRC conversation withAdam Harvey2011-02-041-18/+9
| | | | | | | | | | Pierre.
| * Fix bug #53923 (Zip functions assume HAVE_GLOB is defined).Adam Harvey2011-02-041-3/+17
| |
| * - WSPierre Joye2011-02-011-15/+15
| |
| * Fixed bug #53854 (Missing constants for compression type). Patch by RichardAdam Harvey2011-01-281-0/+6
| | | | | | | | | | Quadling.
| * - Fix bug #53166, missing parameters in reflections/docsPierre Joye2011-01-271-15/+25
| |
| * - Year++Felipe Pena2011-01-011-1/+1
| |
| * - Fixed bug #53603 (ZipArchive should quiet stat errors).Gustavo André dos Santos Lopes2010-12-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | #It is unclear if url_stat handlers should emit a warning in case #PHP_STREAM_URL_STAT_QUIET is not specified and the resource does #not exist. Most url_stat handlers never emit messages; the plain #one does only so in the extraordinary event of an open_basedir #restriction. #But in case, php_stat uses PHP_STREAM_URL_STAT_QUIET for the #FS_EXISTS, which suggests that mere checks on file existence are #supposed to use this flag (arguably). #The downside is that important diagnostic messages might be #omitted.
| * - that should not have been appliedPierre Joye2010-12-131-0/+2
| |
| * - add phpize support for windows, need a nmake install for now (nmake ↵Pierre Joye2010-12-131-2/+0
| | | | | | | | devel-pkg version is coming), works exactly the same as on unix, or should :)
| * Fixed crash in zip extract method (possible CWE-170)Pierre Joye2010-11-301-0/+3
| |
| * - fix #39863, do not accept paths with NULL in them. See ↵Pierre Joye2010-11-181-0/+15
| | | | | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
| * ws fixRasmus Lerdorf2010-11-151-6/+6
| |
| * - fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, ↵Pierre Joye2010-10-191-0/+3
| | | | | | | | (CVE-2010-3709), report&patch from Maksymilian Arciemowicz
| * Fixed a compiler warningIlia Alshanetsky2010-09-201-1/+1
| |
| * - Fix #51002, fix possible memory corruption with very long namesPierre Joye2010-06-151-3/+3
| |
| * - Fix proto and argnameFelipe Pena2010-06-031-3/+3
| |
| * - Added ZipArchive arginfoFelipe Pena2010-06-031-30/+135
| |
| * Merge safe_mode changes into extensions that are in sync in both branchesKalle Sommer Nielsen2010-04-261-8/+8
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | Removed unreachable code (stream == NULL check is done already)Ilia Alshanetsky2011-09-211-8/+0
| |