| Commit message (Expand) | Author | Age | Files | Lines |
* | - Moved phar_unixify_path_separators() to a single central point | Steph Fox | 2008-01-28 | 1 | -0/+12 |
* | remove ext/zip dependency entirely, write better native zip support | Greg Beaver | 2008-01-28 | 1 | -18/+36 |
* | Make all possible build combinations work under doze (external zip library) | Steph Fox | 2008-01-25 | 1 | -0/+2 |
* | add web-based support for default stub, now phars written with webPhar() will... | Greg Beaver | 2008-01-20 | 1 | -1/+1 |
* | bump 1.3.0 to 2.0.0, this is a big feature addition release | Greg Beaver | 2008-01-19 | 1 | -1/+1 |
* | bump API version if the created phar has directories in it, so that it won't ... | Greg Beaver | 2008-01-19 | 1 | -2/+5 |
* | add Phar::createDefaultStub(), which can take as an argument the filename | Greg Beaver | 2008-01-19 | 1 | -0/+1 |
* | major improvement: | Greg Beaver | 2008-01-18 | 1 | -0/+1 |
* | do fancy-shmancy zip dependency validation because ZEND_MOD_OPTIONAL_EX doesn... | Greg Beaver | 2008-01-17 | 1 | -0/+1 |
* | give up on gpg signing because of non-existent windows support for gpg signin... | Greg Beaver | 2008-01-17 | 1 | -4/+0 |
* | add Phar::convertToTar(), Phar::convertToZip(), and Phar::convertToPhar() | Greg Beaver | 2008-01-16 | 1 | -0/+1 |
* | make zip optional | Greg Beaver | 2008-01-12 | 1 | -0/+1 |
* | fix compile on windows | Greg Beaver | 2008-01-12 | 1 | -6/+4 |
* | add Phar::interceptFileFuncs() | Greg Beaver | 2008-01-11 | 1 | -3/+20 |
* | add interception of is_dir(), file_exists() and file_get_contents() - will ma... | Greg Beaver | 2008-01-10 | 1 | -0/+9 |
* | implement whole-file compression of phars for phar/tar-based phars | Greg Beaver | 2008-01-09 | 1 | -2/+8 |
* | add rmdir() support, add rmdir to dir test | Greg Beaver | 2008-01-09 | 1 | -1/+1 |
* | fix empty directories in phar, add test | Greg Beaver | 2008-01-09 | 1 | -2/+2 |
* | implement mkdir (compiles, not yet tested), support for empty directories in ... | Greg Beaver | 2008-01-08 | 1 | -1/+8 |
* | split stream file handlers into stream.c and directory handlers into dirstream.c | Greg Beaver | 2008-01-08 | 1 | -25/+1 |
* | split out zip functions | Greg Beaver | 2008-01-08 | 1 | -2/+11 |
* | replace crappy $_SERVER munging with explicit munging via | Greg Beaver | 2008-01-04 | 1 | -0/+1 |
* | initial tar support - a few kinks to work on in phar creation, but read works | Greg Beaver | 2008-01-03 | 1 | -0/+16 |
* | add zip-based phar support. not quite working is webPhar(), not sure why yet | Greg Beaver | 2007-12-31 | 1 | -1/+19 |
* | fix windows build | Greg Beaver | 2007-12-24 | 1 | -0/+5 |
* | complete re-factoring of front controller. Now it is done with | Greg Beaver | 2007-12-23 | 1 | -12/+5 |
* | first attempt at major new feature: default front controller for web | Greg Beaver | 2007-12-22 | 1 | -4/+23 |
* | on second thought, hooking into getcwd() is a bad idea, who uses this for cod... | Greg Beaver | 2007-12-21 | 1 | -2/+0 |
* | implement cleaning of crap paths - major functionality boost | Greg Beaver | 2007-12-20 | 1 | -1/+2 |
* | holy cow - include/fopen/cwd magic fully working on unix now for windows testing | Greg Beaver | 2007-12-19 | 1 | -0/+1 |
* | [unfinished] magically handle getcwd() and fopen() with include_path inside phar | Greg Beaver | 2007-12-18 | 1 | -5/+13 |
* | use thread-safe global var to store zend_compile_file, and restore the curren... | Greg Beaver | 2007-12-11 | 1 | -0/+1 |
* | fix errors found in delMetaData(), add get/delMetaData() to MetaData read test | Greg Beaver | 2007-11-25 | 1 | -0/+3 |
* | preliminary work on using gnupg to verify/create signatures - no implementati... | Greg Beaver | 2007-11-24 | 1 | -0/+3 |
* | fix Bug #12124: Phar object cannot be iterated over | Greg Beaver | 2007-10-04 | 1 | -0/+3 |
* | when opening an internal file read-only, recycle the phar archive's fp. This... | Greg Beaver | 2007-08-30 | 1 | -0/+3 |
* | move to 1.3.0 development | Greg Beaver | 2007-08-25 | 1 | -1/+1 |
* | fix issue with large number of open file handles killing php with large phars... | Greg Beaver | 2007-08-17 | 1 | -0/+2 |
* | - Increment extension version | Marcus Boerger | 2007-05-18 | 1 | -1/+1 |
* | - Reduce overhead of Phar's RINIT | Marcus Boerger | 2007-05-16 | 1 | -0/+3 |
* | - Add forward declaration | Marcus Boerger | 2007-05-15 | 1 | -0/+1 |
* | - Optimize flushing, don't generate metadata twice | Marcus Boerger | 2007-05-14 | 1 | -0/+1 |
* | - This is version 1.2.0 now due to fix of Phar::canWrite() | Marcus Boerger | 2007-05-09 | 1 | -1/+1 |
* | - Prepare release 1.1.0 | Marcus Boerger | 2007-04-12 | 1 | -1/+1 |
* | - Compatibility with suhosin | Marcus Boerger | 2007-03-27 | 1 | -0/+1 |
* | fix memleak in external dirs | Greg Beaver | 2007-03-26 | 1 | -3/+3 |
* | [DOC] | Greg Beaver | 2007-03-26 | 1 | -2/+0 |
* | - Add general SHA-2 support by optional pecl/hash dependency | Marcus Boerger | 2007-03-25 | 1 | -0/+6 |
* | - Add ini: phar.extract_list | Marcus Boerger | 2007-03-25 | 1 | -1/+3 |
* | - Include spl_iterators.h | Marcus Boerger | 2007-02-08 | 1 | -0/+1 |