summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3110-10/+10
* - version and WSPierre Joye2008-12-241-2/+2
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-10/+0
* - MFH: Fixed a macro redefinition on BSD for different purposeFelipe Pena2008-11-121-0/+1
* - MFH: Removed unused variablesFelipe Pena2008-11-121-3/+0
* - Fix testFelipe Pena2008-11-121-1/+1
* - MFH:Pierre Joye2008-11-123-12/+44
* - sync tests with peclPierre Joye2008-11-044-0/+93
* - 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-232-41/+99
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-4/+4
* - MFH: file will exist only on error (thx tony for the headup)Pierre Joye2008-08-301-1/+5
* - fix tests (clean on exit)Pierre Joye2008-08-302-3/+5
* - 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-082-11/+17
* - 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
* - add missing files for 0.9Pierre Joye2008-08-081-3/+5
* - MFH: update to 0.9 (torrentzip support, files open only when necessary), wi...Pierre Joye2008-08-0715-82/+475
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-1/+1
* 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
* No dotsJani Taskinen2008-07-141-2/+2
* - Some config*.m4 file cleanups: NO tabs in these!Jani Taskinen2008-07-141-57/+55
* fix zlib detection and linkingRob Richards2008-07-091-5/+4
* - Moved protos to .c (sync with HEAD)Felipe Pena2008-07-041-12/+0
* - Reverted previous commitFelipe Pena2008-07-041-10/+22
* - Fixed compile warningsFelipe Pena2008-07-032-21/+21
* - Added arginfo (functions)Felipe Pena2008-07-031-10/+65
* - should not be called butlet remove it as wellPierre Joye2008-06-081-28/+0
* - not exportedPierre Joye2008-05-302-7/+1
* - sync with PECL HEADPierre Joye2008-05-2168-1071/+1329
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-7/+9
* - MFB: reflect the correct versionPierre Joye2008-01-182-2/+4
* MFPECL: install headersGreg Beaver2008-01-182-0/+36
* update module version numberGreg Beaver2008-01-181-1/+1
* MFH: fix windows build for all cases, and always export symbols (Steph Fox)Greg Beaver2008-01-142-5/+1
* MFH: add missing define for statically-built zip extGreg Beaver2008-01-131-0/+2
* a few fixes: overwrite all my careful work in zipint_alias.h with zipint.h, s...Greg Beaver2008-01-132-46/+50
* MFH: alias all zip identifiers to avoid potential name conflicts with other a...Greg Beaver2008-01-135-23/+128
* MFH: export symbols for use by other extensions like pharGreg Beaver2008-01-1253-160/+164
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3110-10/+10
* MFB5.2: Fix protosHannes Magnusson2007-12-151-27/+27
* fix testAntony Dovgal2007-11-191-1/+1
* fix testAntony Dovgal2007-11-081-2/+2
* 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