| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix lcov build | Nuno Lopes | 2011-02-25 | 5 | -25/+24 |
| * | Fixed bug #53898 (PHAR reports invalid error message, when the directory does... | Ilia Alshanetsky | 2011-02-01 | 4 | -4/+4 |
| * | Fixed variable overloading | Ilia Alshanetsky | 2011-01-20 | 1 | -3/+3 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 17 | -17/+17 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -83/+81 |
| * | removed extra ?> from the FILE section | Eyal Teutsch | 2010-12-30 | 1 | -1/+0 |
| * | using PWD which is supported by run-tests.php, rather than $cwd | Eyal Teutsch | 2010-12-26 | 2 | -2/+2 |
| * | Fixed bug #53541 (format string bug in ext/phar). | Ilia Alshanetsky | 2010-12-14 | 1 | -1/+1 |
| * | Added second fix from #50987 that wasn't apart of Ilia's commit | Kalle Sommer Nielsen | 2010-11-20 | 1 | -1/+1 |
| * | Fixed bug #50987 (unaligned memory access in phar.c) | Ilia Alshanetsky | 2010-11-20 | 1 | -1/+1 |
| * | MFH: fix phar phpinfo() tests. | Adam Harvey | 2010-09-24 | 4 | -6/+6 |
| * | Fix up the vim folds in phar_object.c and add a note that the two prototypes | Adam Harvey | 2010-09-23 | 1 | -1/+5 |
| * | - fix string validation, MOPS-2010-24 | Pierre Joye | 2010-08-20 | 1 | -1/+1 |
| * | Added test for bug 52013 to PHP_5_3. | Eric Stewart | 2010-07-02 | 1 | -0/+37 |
| * | - Fix bug #50578, incorrect shebang in phar.phar | Pierre Joye | 2010-06-16 | 1 | -5/+1 |
| * | Fixed bug #51690 (Phar::setStub looks for case-sensitive __HALT_COMPILER()) | Ilia Alshanetsky | 2010-05-03 | 3 | -8/+22 |
| * | Fixed string format validation inside phar extension. Reported by Stefan Esser | Ilia Alshanetsky | 2010-04-27 | 2 | -8/+8 |
| * | - Unifiy that message | Hannes Magnusson | 2010-04-27 | 38 | -49/+49 |
| * | Fix test | Hannes Magnusson | 2010-04-27 | 1 | -0/+1 |
| * | Merge safe_mode changes into extensions that are in sync in both branches | Kalle Sommer Nielsen | 2010-04-26 | 3 | -11/+15 |
| * | mention which setting! | Hannes Magnusson | 2010-04-25 | 37 | -43/+43 |
| * | - Fixed bug #50358 (Compile failure compiling ext/phar/util.lo) | Felipe Pena | 2010-03-06 | 1 | -1/+3 |
| * | MFH: Fix phar regex test when '.php' is part of the path, instead be more spe... | Brian Shire | 2009-11-21 | 1 | -1/+1 |
| * | fix PHP Bug #49938: Phar::isBuffering() returns inverted value | Greg Beaver | 2009-11-13 | 7 | -13/+13 |
| * | - MFH: Added test for bug 49910 for phar | David Coallier | 2009-11-12 | 1 | -0/+50 |
| * | fix PHP Bug #49910: no support for ././@LongLink for long filenames in phar t... | Greg Beaver | 2009-11-11 | 3 | -3/+50 |
| * | Fix bug #50129 | Rasmus Lerdorf | 2009-11-09 | 1 | -1/+1 |
| * | - It is not const in PHP_5_2 but it is in HEAD and PHP_5_3 | Jani Taskinen | 2009-10-19 | 1 | -1/+1 |
| * | Fixed tests (removed irrelevant check which makes test to fail from time to t... | Dmitry Stogov | 2009-09-21 | 1 | -6/+0 |
| * | oops, released as beta instead of stable, Gwynne: svn rm tags/RELEASE_2_0_0 f... | Greg Beaver | 2009-07-29 | 2 | -4/+4 |
| * | - Fixed memleak on Phar::mungServer() | Felipe Pena | 2009-07-29 | 1 | -0/+1 |
| * | make phar tests pass in php 5.2, prepare for release of pecl/phar 2.0.0, merg... | Greg Beaver | 2009-07-29 | 10 | -34/+380 |
| * | make cache_list tests pass in php 6 | Greg Beaver | 2009-07-26 | 17 | -34/+19 |
| * | fix buildFromIterator with filesystem iterator in php 6 | Greg Beaver | 2009-07-26 | 2 | -36/+50 |
| * | fix generation of phar.phar in php 6, fix remaining tests broken by PHP 6 (an... | Greg Beaver | 2009-07-26 | 2 | -1/+3 |
| * | fix basic phar test issues, failing tests phar_oo_009.phpt and phar_buildfrom... | Greg Beaver | 2009-07-26 | 5 | -4/+78 |
| * | re-organize slightly, fix more php6-only compile warnings in php_stream_copy_... | Greg Beaver | 2009-07-26 | 5 | -34/+56 |
| * | fix zip front controller tests for php6 | Greg Beaver | 2009-07-26 | 7 | -10/+10 |
| * | fix tar front controller tests for php6 | Greg Beaver | 2009-07-26 | 7 | -10/+10 |
| * | fix more tests for php6 | Greg Beaver | 2009-07-26 | 4 | -2/+2 |
| * | more php6 fixes for phar, fix more tests | Greg Beaver | 2009-07-25 | 9 | -26/+183 |
| * | merge from HEAD changes to test | Greg Beaver | 2009-07-24 | 1 | -3/+3 |
| * | begin work on making phar php6-ready | Greg Beaver | 2009-07-24 | 14 | -248/+141 |
| * | update test to work in php 6 | Greg Beaver | 2009-07-24 | 1 | -1/+1 |
| * | fix PHAR_ARG_INFO #define to work with PHP major versions > 5 | Greg Beaver | 2009-07-24 | 1 | -1/+1 |
| * | fix --CLEAN-- of all.phpt, remove unnecessary check in phar_convert_again.php... | Greg Beaver | 2009-07-24 | 3 | -20/+27 |
| * | merge unmerged changes between branches, remove unnecessary test for zip sign... | Greg Beaver | 2009-07-24 | 2 | -8/+37 |
| * | 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 | 4 | -12/+280 |
| * | fix PHP Bug #48377: error message unclear on converting phar with existing file | Greg Beaver | 2009-07-23 | 3 | -0/+62 |