summaryrefslogtreecommitdiff
path: root/ext/phar/phar_internal.h
Commit message (Expand)AuthorAgeFilesLines
* - Moved phar_unixify_path_separators() to a single central pointSteph Fox2008-01-281-0/+12
* remove ext/zip dependency entirely, write better native zip supportGreg Beaver2008-01-281-18/+36
* Make all possible build combinations work under doze (external zip library)Steph Fox2008-01-251-0/+2
* add web-based support for default stub, now phars written with webPhar() will...Greg Beaver2008-01-201-1/+1
* bump 1.3.0 to 2.0.0, this is a big feature addition releaseGreg Beaver2008-01-191-1/+1
* bump API version if the created phar has directories in it, so that it won't ...Greg Beaver2008-01-191-2/+5
* add Phar::createDefaultStub(), which can take as an argument the filenameGreg Beaver2008-01-191-0/+1
* major improvement:Greg Beaver2008-01-181-0/+1
* do fancy-shmancy zip dependency validation because ZEND_MOD_OPTIONAL_EX doesn...Greg Beaver2008-01-171-0/+1
* give up on gpg signing because of non-existent windows support for gpg signin...Greg Beaver2008-01-171-4/+0
* add Phar::convertToTar(), Phar::convertToZip(), and Phar::convertToPhar()Greg Beaver2008-01-161-0/+1
* make zip optionalGreg Beaver2008-01-121-0/+1
* fix compile on windowsGreg Beaver2008-01-121-6/+4
* add Phar::interceptFileFuncs()Greg Beaver2008-01-111-3/+20
* add interception of is_dir(), file_exists() and file_get_contents() - will ma...Greg Beaver2008-01-101-0/+9
* implement whole-file compression of phars for phar/tar-based pharsGreg Beaver2008-01-091-2/+8
* add rmdir() support, add rmdir to dir testGreg Beaver2008-01-091-1/+1
* fix empty directories in phar, add testGreg Beaver2008-01-091-2/+2
* implement mkdir (compiles, not yet tested), support for empty directories in ...Greg Beaver2008-01-081-1/+8
* split stream file handlers into stream.c and directory handlers into dirstream.cGreg Beaver2008-01-081-25/+1
* split out zip functionsGreg Beaver2008-01-081-2/+11
* replace crappy $_SERVER munging with explicit munging viaGreg Beaver2008-01-041-0/+1
* initial tar support - a few kinks to work on in phar creation, but read worksGreg Beaver2008-01-031-0/+16
* add zip-based phar support. not quite working is webPhar(), not sure why yetGreg Beaver2007-12-311-1/+19
* fix windows buildGreg Beaver2007-12-241-0/+5
* complete re-factoring of front controller. Now it is done withGreg Beaver2007-12-231-12/+5
* first attempt at major new feature: default front controller for webGreg Beaver2007-12-221-4/+23
* on second thought, hooking into getcwd() is a bad idea, who uses this for cod...Greg Beaver2007-12-211-2/+0
* implement cleaning of crap paths - major functionality boostGreg Beaver2007-12-201-1/+2
* holy cow - include/fopen/cwd magic fully working on unix now for windows testingGreg Beaver2007-12-191-0/+1
* [unfinished] magically handle getcwd() and fopen() with include_path inside pharGreg Beaver2007-12-181-5/+13
* use thread-safe global var to store zend_compile_file, and restore the curren...Greg Beaver2007-12-111-0/+1
* fix errors found in delMetaData(), add get/delMetaData() to MetaData read testGreg Beaver2007-11-251-0/+3
* preliminary work on using gnupg to verify/create signatures - no implementati...Greg Beaver2007-11-241-0/+3
* fix Bug #12124: Phar object cannot be iterated overGreg Beaver2007-10-041-0/+3
* when opening an internal file read-only, recycle the phar archive's fp. This...Greg Beaver2007-08-301-0/+3
* move to 1.3.0 developmentGreg Beaver2007-08-251-1/+1
* fix issue with large number of open file handles killing php with large phars...Greg Beaver2007-08-171-0/+2
* - Increment extension versionMarcus Boerger2007-05-181-1/+1
* - Reduce overhead of Phar's RINITMarcus Boerger2007-05-161-0/+3
* - Add forward declarationMarcus Boerger2007-05-151-0/+1
* - Optimize flushing, don't generate metadata twiceMarcus Boerger2007-05-141-0/+1
* - This is version 1.2.0 now due to fix of Phar::canWrite()Marcus Boerger2007-05-091-1/+1
* - Prepare release 1.1.0Marcus Boerger2007-04-121-1/+1
* - Compatibility with suhosinMarcus Boerger2007-03-271-0/+1
* fix memleak in external dirsGreg Beaver2007-03-261-3/+3
* [DOC]Greg Beaver2007-03-261-2/+0
* - Add general SHA-2 support by optional pecl/hash dependencyMarcus Boerger2007-03-251-0/+6
* - Add ini: phar.extract_listMarcus Boerger2007-03-251-1/+3
* - Include spl_iterators.hMarcus Boerger2007-02-081-0/+1