summaryrefslogtreecommitdiff
path: root/ext/phar/phar.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some more unnecessary macros from pharNikita Popov2013-09-131-8/+8
* Remove PHAR_(Z)STR* usagesNikita Popov2013-09-131-30/+8
* Remove version checks in pharNikita Popov2013-09-131-93/+0
* Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-10/+8
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-07-231-0/+23
|\
| * fix bug #65028 Phar::buildFromDirectory creates corrupt archives for some sp...Stanislav Malyshev2013-07-221-0/+23
* | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-2/+2
|/
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-061-1/+1
|\
| * bump yearXinchen Hui2013-01-061-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-08-211-4/+1
|\ \ | |/
| * - Removed PHP 6 checksFelipe Pena2012-08-211-4/+1
| * 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
* | | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-201-1/+1
|\ \ \ | |/ /
| * | Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
| |/
| * - Year++Felipe Pena2012-01-011-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-191-2/+4
| * Fixed bug#52013 (Unable to decompress files in a compressed phar)Hannes Magnusson2011-08-291-3/+1
| * Initialize variable with fixed value for avoiding compile warningsXinchen Hui2011-08-071-1/+2
| * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-2/+2
| * Fixed bug #53898 (PHAR reports invalid error message, when the directory does...Ilia Alshanetsky2011-02-011-1/+1
| * - Year++Felipe Pena2011-01-011-1/+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
| * Fixed bug #51690 (Phar::setStub looks for case-sensitive __HALT_COMPILER())Ilia Alshanetsky2010-05-031-4/+7
| * - Unifiy that messageHannes Magnusson2010-04-271-1/+1
| * Merge safe_mode changes into extensions that are in sync in both branchesKalle Sommer Nielsen2010-04-261-3/+3
| * mention which setting!Hannes Magnusson2010-04-251-1/+1
| * 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
| * re-organize slightly, fix more php6-only compile warnings in php_stream_copy_...Greg Beaver2009-07-261-0/+4
| * begin work on making phar php6-readyGreg Beaver2009-07-241-0/+6
| * fix PHP bug #48791: open office files always reported as corruptedGreg Beaver2009-07-231-0/+20
| * fix Bug #48257: PharData throws exception with non-phar tarGreg Beaver2009-05-131-5/+5
| * initialize ext_lenAntony Dovgal2009-05-011-1/+2
| * MFPECL fix PECL Bug #14646: phar error message unclear with php stream wrappe...Greg Beaver2009-04-301-1/+11
| * MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}()Greg Beaver2009-04-291-8/+8
| * fix zip access to work in all compilers, present and future, and on all arche...Greg Beaver2009-02-201-16/+7
| * fix remaining big-endian issues with pharGreg Beaver2009-02-151-6/+13
| * Fixed a possible crash when phar_create_signature() failsIlia Alshanetsky2009-01-021-2/+4
| * MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-2/+2
| * - MFH We only rely on hash if it is built-inMarcus Boerger2008-11-041-1/+1
| * - MFH Add hash dependency at module source levelMarcus Boerger2008-11-041-0/+3
| * fix several errors found by valgrindGreg Beaver2008-10-261-1/+3
| * MFH: fix ZTS buildAntony Dovgal2008-10-121-1/+1
| * add tests for copy-on-write supportGreg Beaver2008-10-121-5/+7
| * fix bug #45907: undefined reference to PHP_SHA512InitGreg Beaver2008-10-091-2/+2