| Commit message (Expand) | Author | Age | Files | Lines |
* | Added multibyte suppport by default. Previosly php had to be compiled with --... | Dmitry Stogov | 2010-11-24 | 1 | -0/+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 |
* | Kill some more constness warnings in com_dotnet/phar/standard | Kalle Sommer Nielsen | 2010-11-19 | 2 | -6/+10 |
* | Fix failing phar 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 trunk. | 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 |
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 3 | -11/+15 |
* | mention which setting! | Hannes Magnusson | 2010-04-25 | 37 | -43/+43 |
* | Added concept of interned strings. All strings constants known at compile tim... | Dmitry Stogov | 2010-04-20 | 1 | -23/+21 |
* | Remove main/php3_compat.h, for that a few references to `function_entry` have | Johannes Schlüter | 2010-03-30 | 1 | -1/+1 |
* | - 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 |
* | new phar test for zip with data descriptor in local file header | Greg Beaver | 2009-07-23 | 2 | -0/+15 |
* | fix PHP bug #48791: open office files always reported as corrupted | Greg Beaver | 2009-07-23 | 2 | -0/+21 |
* | fix php bug #48783: make install will fail saying phar file exists | Greg Beaver | 2009-07-23 | 1 | -0/+1 |
* | fix PHP bug #48740: PHAR install fails when INSTALL_ROOT is not the final ins... | Greg Beaver | 2009-07-23 | 1 | -1/+1 |