summaryrefslogtreecommitdiff
path: root/ext/phar/config.w32
Commit message (Expand)AuthorAgeFilesLines
* Sync HAVE_HASH, HAVE_HASH_EXT, PHAR_HASH_OK symbolsPeter Kokot2019-06-271-7/+0
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* add missing makefile fragment for .w32Anatol Belski2017-07-281-0/+2
* converted ext/ereg, ext/phar and ext/pgsql for static tsrmls usageAnatol Belski2014-10-161-1/+1
* re-enable phar now that compile and building phar.phar worksGreg Beaver2009-07-261-1/+1
* Fix conditionalKalle Sommer Nielsen2009-05-111-1/+1
* re-disable phar in HEAD on windowsGreg Beaver2009-03-011-1/+1
* MFB: fix hash support on windows in ext/phar (Kalle)Greg Beaver2009-03-011-3/+9
* - MFBSteph Fox2008-08-311-2/+4
* - This is as good as it gets in HEAD at present (~30% tests fail here)Steph Fox2008-08-011-0/+26
* enable by default statically instead of sharedGreg Beaver2008-05-171-2/+0
* - 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