summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* set current versions for libzip and zip extAnatoliy Belsky2012-06-071-1/+1
* 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
* 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
* - 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
* - that should not have been appliedPierre Joye2010-12-131-0/+2
* - add phpize support for windows, need a nmake install for now (nmake devel-p...Pierre Joye2010-12-131-2/+0
* 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 http://news.php.net/...Pierre Joye2010-11-181-0/+15
* ws fixRasmus Lerdorf2010-11-151-6/+6
* - fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, (CVE-2...Pierre Joye2010-10-191-0/+3
* 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
* It's a size_t here, not an unsigned int.Rasmus Lerdorf2010-02-091-2/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Adjust previous fixIlia Alshanetsky2009-02-241-0/+1
* Fixed 2 memory corruptions in zip extension idenfied by oo_properties.phptIlia Alshanetsky2009-02-221-3/+5
* - year++Pierre Joye2009-01-021-1/+1
* - fix filename property readPierre Joye2009-01-021-1/+2
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-10/+0
* - MFH: Removed unused variablesFelipe Pena2008-11-121-3/+0
* - MFH:Pierre Joye2008-11-121-7/+7
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+10
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-10/+0
* - flatten path and make them relative before extractionPierre Joye2008-10-231-34/+98
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-4/+4
* - MFH: constify zend_function_entry and update phpinfoPierre Joye2008-08-081-2/+2
* - MFH: missing openbasedir checkPierre Joye2008-08-081-0/+4
* - MFH: use PHP_ZIP_VERSION_STRING and add add_ascii_assoc_string macro (easy ...Pierre Joye2008-08-081-10/+14
* - MFH: fix leak in zif_zip_entry_read and ::ExtractTo on ErrorPierre Joye2008-08-081-1/+3
* - use OPENBASEDIR_CHECKPATH instead of SAFEMODE_CHECKFILE, easier to keep cod...Pierre Joye2008-08-081-13/+4
* move unused vars into their ifdefAntony Dovgal2008-08-081-1/+1
* - Reverted previous commitFelipe Pena2008-07-041-10/+22
* - Fixed compile warningsFelipe Pena2008-07-031-11/+11
* - Added arginfo (functions)Felipe Pena2008-07-031-10/+65
* - sync with PECL HEADPierre Joye2008-05-211-125/+565