summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - MFB: reflect the correct versionPierre Joye2008-01-181-2/+2
* update module version numberGreg Beaver2008-01-181-1/+1
* a few fixes: overwrite all my careful work in zipint_alias.h with zipint.h, s...Greg Beaver2008-01-131-3/+3
* MFH: alias all zip identifiers to avoid potential name conflicts with other a...Greg Beaver2008-01-131-23/+33
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFB5.2: Fix protosHannes Magnusson2007-12-151-27/+27
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-3/+3
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* MFH: - Fix isset/empty($ZipArchive->property)Hannes Magnusson2007-08-061-0/+50
* fix wsAntony Dovgal2007-06-041-2/+2
* - fix logic (goto is a gift, I should use it :)Pierre Joye2007-06-031-1/+2
* - pecl bug #11216, better fix, leak removed and improved testPierre Joye2007-06-031-7/+15
* - PECL #11216, addEmptyDir crashes if the directory already existsPierre Joye2007-06-031-1/+21
* - use the same checks for zip_statPierre Joye2007-05-191-3/+3
* CS fixesIlia Alshanetsky2007-05-191-28/+23
* Fixed a possible memory leak on open_basedir validationIlia Alshanetsky2007-03-141-0/+1
* - MFH: openbasedir and safemode check in ::open()Pierre Joye2007-03-141-0/+4
* - MFH: Fixed possible relative path issues in zip_open in TS mode (old API)Pierre Joye2007-03-141-0/+11
* - rename SAFEMODE_CHECKFILE to OPENBASEDIR_CHECKPATH (can be used withoutPierre Joye2007-03-141-9/+4
* - #40228, ZipArchive::extractTo does create empty directoriesPierre Joye2007-01-291-14/+21
* Fixed memory leaks on errorIlia Alshanetsky2007-01-071-0/+3
* fix a few memleaks and double-free()s on error conditionsNuno Lopes2007-01-061-3/+9
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-12-251-2/+2
* Fix typoHannes Magnusson2006-12-241-1/+1
* Safety checksIlia Alshanetsky2006-12-231-12/+11
* - fix warningPierre Joye2006-11-281-4/+4
* fix leak in the object destrucotr when zip_close() fails (fixes oo_delete.phpt)Nuno Lopes2006-11-121-1/+3
* fix leaks within zip entries in several testsNuno Lopes2006-11-111-2/+9
* statification of local functions and variables.Nuno Lopes2006-11-091-73/+60
* - MFH:Pierre Joye2006-11-031-58/+79
* - #38943, properties in extended class cannot be setPierre Joye2006-09-241-4/+1
* - MFH: PECL Bug #8700, zipArchive::getFromIndex() failsPierre Joye2006-09-151-2/+6