| Commit message (Expand) | Author | Age | Files | Lines |
* | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -6/+6 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -8/+8 |
* | ported ext/phar | Anatol Belski | 2014-08-19 | 1 | -8/+8 |
* | Support for ext/phar (incomplete) | Dmitry Stogov | 2014-05-08 | 1 | -4/+8 |
* | Support for ext/phar (incomplete) | Dmitry Stogov | 2014-05-08 | 1 | -67/+102 |
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -6/+6 |
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Remove some more unnecessary macros from phar | Nikita Popov | 2013-09-13 | 1 | -10/+10 |
* | Remove version checks in phar | Nikita Popov | 2013-09-13 | 1 | -10/+0 |
* | other fix for #64214, unmodified file may not have old fp set, causing other ... | Pierre Joye | 2013-05-17 | 1 | -4/+5 |
* | more check for php_stream_fopen_tmpfile failure | Pierre Joye | 2013-05-14 | 1 | -2/+16 |
* | php_stream_fopen_tmpfile may file, causing any following stream usage to crash | Pierre Joye | 2013-05-14 | 1 | -0/+4 |
* | bump year | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
* | - Removed PHP 6 checks | Felipe Pena | 2012-08-21 | 1 | -16/+0 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | - Handle error if tempfile can't be opened, found by parfait | Johannes Schlüter | 2011-05-16 | 1 | -0/+3 |
* | Fixed variable overloading | Ilia Alshanetsky | 2011-01-20 | 1 | -3/+3 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | Fixed bug #51690 (Phar::setStub looks for case-sensitive __HALT_COMPILER()) | Ilia Alshanetsky | 2010-05-03 | 1 | -2/+8 |
* | re-organize slightly, fix more php6-only compile warnings in php_stream_copy_... | Greg Beaver | 2009-07-26 | 1 | -0/+16 |
* | fix --CLEAN-- of all.phpt, remove unnecessary check in phar_convert_again.php... | Greg Beaver | 2009-07-24 | 1 | -14/+26 |
* | fix minor memory leak | Greg Beaver | 2009-07-24 | 1 | -0/+6 |
* | fix signature generation/validation for zip archives by phar extension, fix a... | Greg Beaver | 2009-07-24 | 1 | -6/+156 |
* | MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}() | Greg Beaver | 2009-04-29 | 1 | -9/+13 |
* | update NEWS with phar enabling, fix swapping of time/date in timestamp saving... | Greg Beaver | 2009-03-01 | 1 | -2/+2 |
* | cosmetics: fix warning (only affects suncc) | Greg Beaver | 2009-02-21 | 1 | -1/+1 |
* | fix zip access to work in all compilers, present and future, and on all arche... | Greg Beaver | 2009-02-20 | 1 | -54/+69 |
* | fix memleaks on zip corruption | Greg Beaver | 2009-02-16 | 1 | -0/+2 |
* | fix remaining big-endian issues with phar | Greg Beaver | 2009-02-15 | 1 | -6/+9 |
* | fix getting/setting of all 16/32 values in zip | Greg Beaver | 2009-02-15 | 1 | -7/+13 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFH: fix ZTS build | Antony Dovgal | 2008-10-12 | 1 | -1/+1 |
* | add tests for copy-on-write support | Greg Beaver | 2008-10-12 | 1 | -0/+1 |
* | cosmetics/maintainability: reduce code redundancy on error conditions | Greg Beaver | 2008-10-11 | 1 | -35/+13 |
* | work around crap stream filter implementation, update tests for compressed al... | Greg Beaver | 2008-10-11 | 1 | -0/+13 |
* | workaround for Bug #46147 for PHP < 5.2.7 | Greg Beaver | 2008-09-22 | 1 | -0/+4 |
* | increase code coverage, fix bzip2-compressed alias in zip | Greg Beaver | 2008-09-14 | 1 | -3/+19 |
* | 2 fixes, merge minor fixes from pecl/phar. Merge in corrected fix from pecl/... | Greg Beaver | 2008-08-31 | 1 | -3/+1 |
* | fix bug #45792: bz2 compressed files in zip failure | Greg Beaver | 2008-08-21 | 1 | -1/+10 |
* | - ws/cs, macros, code that only affects other branches | Steph Fox | 2008-08-01 | 1 | -24/+156 |
* | fix folding | Antony Dovgal | 2008-07-29 | 1 | -3/+15 |
* | Fixed wrong arguments order | Dmitry Stogov | 2008-07-17 | 1 | -1/+1 |
* | - pefree pemalloc'd filename | Steph Fox | 2008-06-21 | 1 | -3/+3 |
* | - Fix macro definition syntax | Steph Fox | 2008-06-21 | 1 | -8/+4 |
* | - 5_2 compatibility stuff (so we can stay in sync with PECL) | Steph Fox | 2008-06-20 | 1 | -0/+8 |
* | - Kill 10 MSVC compiler warnings due to type conflict | Steph Fox | 2008-06-18 | 1 | -3/+3 |
* | fix windows build and more performance jumps (these are minor) | Greg Beaver | 2008-06-18 | 1 | -0/+8 |
* | fix hashtable creation for zip to be exact size needed, fix endian issue for ... | Greg Beaver | 2008-06-16 | 1 | -4/+4 |
* | another optimization - move inode hash to initial manifest parsing, improves ... | Greg Beaver | 2008-06-15 | 1 | -0/+1 |
* | HUGE speed improvement, from 19 req/sec to 27 req/sec for phpMyAdmin - now sp... | Greg Beaver | 2008-06-15 | 1 | -0/+5 |