summaryrefslogtreecommitdiff
path: root/ext/phar
Commit message (Expand)AuthorAgeFilesLines
* better fixXinchen Hui2012-08-241-1/+1
* Fix testXinchen Hui2012-08-241-1/+1
* - Removed PHP 6 checksFelipe Pena2012-08-215-167/+9
* - Value stored to var is never usedFelipe Pena2012-08-191-2/+0
* Fix 126 tests failed of phar when --enable-zend-multibyteXinchen Hui2012-08-05126-75/+217
* Remove outdated and user-specific filesJohannes Schlüter2012-06-203-151/+0
* Merge commit '15213768e6cc098ab4e53cacc3b5eb86fa85284a' into PHP-5.3Felipe Pena2012-06-071-1/+5
|\
| * - Fixed bug #62227 (Invalid phar stream path causes crash)Felipe Pena2012-06-041-1/+5
* | fix unchecked emallocStanislav Malyshev2012-05-301-3/+3
* | fix bug #61065Stanislav Malyshev2012-05-161-0/+10
* | Fix bug 61901 ext\phar\tests\phar_buildfromdirectory2.phpt failsAnatoliy Belsky2012-05-092-1/+34
* | Fix bug 61905 ext\phar\tests\zip\phar_commitwrite.phpt failsAnatoliy Belsky2012-05-071-1/+4
* | Fix bug 61903 ext\phar\tests\tar\phar_commitwrite.phpt failsAnatoliy Belsky2012-05-071-1/+4
* | Fix bug #61906 ext\phar\tests\zip\phar_setsignaturealgo2.phpt failsAnatoliy Belsky2012-05-041-2/+4
* | Fix bug #61904 ext\phar\tests\tar\phar_setsignaturealgo2.phptAnatoliy Belsky2012-05-041-1/+3
* | Fix bug 61902 ext\phar\tests\phar_setsignaturealgo2.phpt falisAnatoliy Belsky2012-05-022-1/+46
* | Fix bug #61468 ext/phar/tests/phar_oo_005.phpt failsAnatoliy Belsky2012-03-281-5/+5
* | Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-202-2/+2
|/
* Fix headers generated by pharNikita Popov2012-02-181-3/+3
* - Year++Felipe Pena2012-01-0118-18/+18
* Fix skipifChristopher Jones2011-12-081-1/+1
* - add windows version of this testPierre Joye2011-12-061-0/+48
* - add windows version of this testPierre Joye2011-12-061-1/+4
* - force LFPierre Joye2011-12-061-1/+1
* - force LFPierre Joye2011-12-061-1/+1
* - restore correct window_sizePierre Joye2011-11-201-1/+1
* - fix build, ansi c requires constant value, no expresion, even constant varPierre Joye2011-11-191-2/+2
* fix bug #60164 (Stubs of a specific length break phar_open_from_fp scanning f...Stanislav Malyshev2011-11-194-2/+67
* - Fixed bug #60261 (phar dos null pointer)Felipe Pena2011-11-111-0/+19
* Fix skipif for non zlib builds re message http://lxr.php.net/opengrok/xref/PH...Christopher Jones2011-09-151-1/+4
* Fixing SKIPIF fatal error. 6.0 is history, thus SKIPIF might need further upd...Ulf Wendel2011-09-061-1/+1
* - add skipifPierre Joye2011-09-061-0/+2
* Fixed bug#53872 (internal corruption of phar)Hannes Magnusson2011-08-295-4/+31
* Whopsy, this change in 5.4, not 5.3Hannes Magnusson2011-08-291-1/+1
* Fixed bug#52013 (Unable to decompress files in a compressed phar)Hannes Magnusson2011-08-291-3/+1
* The Phar class extends RecursiveDirectoryIterator, which has changed the way ...Hannes Magnusson2011-08-291-3/+3
* Make static analyzers happyIlia Alshanetsky2011-08-091-2/+21
* Initialize variable with fixed value for avoiding compile warningsXinchen Hui2011-08-074-4/+10
* Pointer returned is never usedPierrick Charron2011-08-071-1/+1
* - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
* - Revert accidental changeFelipe Pena2011-07-251-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-252-6/+6
* - Added missing void param checks, and fix arginfoFelipe Pena2011-06-181-2/+122
* - Added missing arginfos for void params and void param checksFelipe Pena2011-06-181-34/+39
* Fix skipif to resolve the common reason this test failsChristopher Jones2011-06-171-1/+4
* - Handle error if tempfile can't be opened, found by parfaitJohannes Schlüter2011-05-161-0/+3
* - Fixed bug #54395 (Phar::mount() crashes when calling with wrong parameters)Felipe Pena2011-03-262-1/+17
* - Missing fixes for bug #54247Felipe Pena2011-03-141-4/+4
* - Fixed bug #54247 (format-string vulnerability on Phar)Felipe Pena2011-03-141-27/+27
* fix lcov buildNuno Lopes2011-02-255-25/+24