summaryrefslogtreecommitdiff
path: root/ext/phar/config.w32
Commit message (Expand)AuthorAgeFilesLines
* - Moved phar_unixify_path_separators() to a single central pointSteph Fox2008-01-281-1/+1
* remove ext/zip dependency entirely, write better native zip supportGreg Beaver2008-01-281-12/+1
* Make all possible build combinations work under doze (external zip library)Steph Fox2008-01-251-4/+11
* fix tests to match CVSGreg Beaver2008-01-221-5/+4
* add needed define back into config.w32, make zip required mod on win32, remov...Greg Beaver2008-01-181-1/+2
* remove unneeded define, zip is required on windowsGreg Beaver2008-01-171-3/+0
* remove HAVE_ZIP defines just as we removed HAVE_BZ2 defines and for the same ...Greg Beaver2008-01-171-2/+1
* give up on gpg signing because of non-existent windows support for gpg signin...Greg Beaver2008-01-171-1/+0
* fix conflict on win32 if phar compiled staticallyGreg Beaver2008-01-121-0/+3
* fix compile on windowsGreg Beaver2008-01-121-18/+8
* add Phar::interceptFileFuncs()Greg Beaver2008-01-111-1/+1
* split stream file handlers into stream.c and directory handlers into dirstream.cGreg Beaver2008-01-081-1/+1
* split out zip functionsGreg Beaver2008-01-081-1/+1
* fix windows build (hopefully :)Greg Beaver2008-01-041-1/+1
* add zip-based phar support. not quite working is webPhar(), not sure why yetGreg Beaver2007-12-311-0/+18
* same fix we used in linux to make all extension deps optionalGreg Beaver2007-12-211-4/+4
* fix errors found in delMetaData(), add get/delMetaData() to MetaData read testGreg Beaver2007-11-251-1/+1
* preliminary work on using gnupg to verify/create signatures - no implementati...Greg Beaver2007-11-241-0/+1
* experimental support for optional bz2 extension - should make windows users a...Greg Beaver2007-11-241-1/+1
* - Add path sanitizer for new pathsMarcus Boerger2007-02-041-1/+1
* - Disable most of class Phar and all of class PharFileInfo if SPL is not presentMarcus Boerger2007-01-211-1/+1
* - Add OO interface to handling phar archieves and entriesMarcus Boerger2006-02-281-0/+1
* - Add bzip2 decompression supportMarcus Boerger2006-01-121-1/+1
* - Change to use streams filters which simplifies decompression a lot andMarcus Boerger2006-01-111-14/+2
* Use php5 built-in zlib. Unfortunatelly we don't export zError() thereEdin Kadribasic2005-12-111-0/+3
* add ability to detect zlib library when zlib ext is disabledGreg Beaver2005-12-051-1/+11
* initial importGreg Beaver2005-12-041-0/+9