summaryrefslogtreecommitdiff
path: root/ext/phar
Commit message (Expand)AuthorAgeFilesLines
* Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-241-0/+1
* Added second fix from #50987 that wasn't apart of Ilia's commitKalle Sommer Nielsen2010-11-201-1/+1
* Fixed bug #50987 (unaligned memory access in phar.c)Ilia Alshanetsky2010-11-201-1/+1
* Kill some more constness warnings in com_dotnet/phar/standardKalle Sommer Nielsen2010-11-192-6/+10
* Fix failing phar tests.Adam Harvey2010-09-244-6/+6
* Fix up the vim folds in phar_object.c and add a note that the two prototypesAdam Harvey2010-09-231-1/+5
* - fix string validation, MOPS-2010-24Pierre Joye2010-08-201-1/+1
* Added test for bug 52013 to trunk.Eric Stewart2010-07-021-0/+37
* - Fix bug #50578, incorrect shebang in phar.pharPierre Joye2010-06-161-5/+1
* Fixed bug #51690 (Phar::setStub looks for case-sensitive __HALT_COMPILER())Ilia Alshanetsky2010-05-033-8/+22
* Fixed string format validation inside phar extension. Reported by Stefan EsserIlia Alshanetsky2010-04-272-8/+8
* - Unifiy that messageHannes Magnusson2010-04-2738-49/+49
* Fix testHannes Magnusson2010-04-271-0/+1
* Removed safe_modeKalle Sommer Nielsen2010-04-263-11/+15
* mention which setting!Hannes Magnusson2010-04-2537-43/+43
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-23/+21
* Remove main/php3_compat.h, for that a few references to `function_entry` haveJohannes Schlüter2010-03-301-1/+1
* - Fixed bug #50358 (Compile failure compiling ext/phar/util.lo)Felipe Pena2010-03-061-1/+3
* MFH: Fix phar regex test when '.php' is part of the path, instead be more spe...Brian Shire2009-11-211-1/+1
* fix PHP Bug #49938: Phar::isBuffering() returns inverted valueGreg Beaver2009-11-137-13/+13
* - MFH: Added test for bug 49910 for pharDavid Coallier2009-11-121-0/+50
* fix PHP Bug #49910: no support for ././@LongLink for long filenames in phar t...Greg Beaver2009-11-113-3/+50
* Fix bug #50129Rasmus Lerdorf2009-11-091-1/+1
* - It is not const in PHP_5_2 but it is in HEAD and PHP_5_3Jani Taskinen2009-10-191-1/+1
* Fixed tests (removed irrelevant check which makes test to fail from time to t...Dmitry Stogov2009-09-211-6/+0
* oops, released as beta instead of stable, Gwynne: svn rm tags/RELEASE_2_0_0 f...Greg Beaver2009-07-292-4/+4
* - Fixed memleak on Phar::mungServer()Felipe Pena2009-07-291-0/+1
* make phar tests pass in php 5.2, prepare for release of pecl/phar 2.0.0, merg...Greg Beaver2009-07-2910-34/+380
* make cache_list tests pass in php 6Greg Beaver2009-07-2617-34/+19
* fix buildFromIterator with filesystem iterator in php 6Greg Beaver2009-07-262-36/+50
* fix generation of phar.phar in php 6, fix remaining tests broken by PHP 6 (an...Greg Beaver2009-07-262-1/+3
* fix basic phar test issues, failing tests phar_oo_009.phpt and phar_buildfrom...Greg Beaver2009-07-265-4/+78
* re-organize slightly, fix more php6-only compile warnings in php_stream_copy_...Greg Beaver2009-07-265-34/+56
* fix zip front controller tests for php6Greg Beaver2009-07-267-10/+10
* fix tar front controller tests for php6Greg Beaver2009-07-267-10/+10
* fix more tests for php6Greg Beaver2009-07-264-2/+2
* more php6 fixes for phar, fix more testsGreg Beaver2009-07-259-26/+183
* merge from HEAD changes to testGreg Beaver2009-07-241-3/+3
* begin work on making phar php6-readyGreg Beaver2009-07-2414-248/+141
* update test to work in php 6Greg Beaver2009-07-241-1/+1
* fix PHAR_ARG_INFO #define to work with PHP major versions > 5Greg Beaver2009-07-241-1/+1
* fix --CLEAN-- of all.phpt, remove unnecessary check in phar_convert_again.php...Greg Beaver2009-07-243-20/+27
* merge unmerged changes between branches, remove unnecessary test for zip sign...Greg Beaver2009-07-242-8/+37
* fix minor memory leakGreg Beaver2009-07-241-0/+6
* fix signature generation/validation for zip archives by phar extension, fix a...Greg Beaver2009-07-244-12/+280
* fix PHP Bug #48377: error message unclear on converting phar with existing fileGreg Beaver2009-07-233-0/+62
* new phar test for zip with data descriptor in local file headerGreg Beaver2009-07-232-0/+15
* fix PHP bug #48791: open office files always reported as corruptedGreg Beaver2009-07-232-0/+21
* fix php bug #48783: make install will fail saying phar file existsGreg Beaver2009-07-231-0/+1
* fix PHP bug #48740: PHAR install fails when INSTALL_ROOT is not the final ins...Greg Beaver2009-07-231-1/+1