summaryrefslogtreecommitdiff
path: root/ext/phar/phar_object.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* Make static analyzers happyIlia Alshanetsky2011-08-091-2/+21
* Initialize variable with fixed value for avoiding compile warningsXinchen Hui2011-08-071-2/+2
* - Revert accidental changeFelipe Pena2011-07-251-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-4/+4
* - 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
* - Fixed bug #54395 (Phar::mount() crashes when calling with wrong parameters)Felipe Pena2011-03-261-1/+1
* - 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-251-0/+0
* - Year++Felipe Pena2011-01-011-1/+1
* Fix up the vim folds in phar_object.c and add a note that the two prototypesAdam Harvey2010-09-231-1/+5
* - Unifiy that messageHannes Magnusson2010-04-271-6/+6
* Merge safe_mode changes into extensions that are in sync in both branchesKalle Sommer Nielsen2010-04-261-6/+10
* mention which setting!Hannes Magnusson2010-04-251-4/+4
* fix PHP Bug #49938: Phar::isBuffering() returns inverted valueGreg Beaver2009-11-131-1/+1
* - 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-291-1/+1
* make cache_list tests pass in php 6Greg Beaver2009-07-261-16/+1
* fix buildFromIterator with filesystem iterator in php 6Greg Beaver2009-07-261-1/+15
* fix generation of phar.phar in php 6, fix remaining tests broken by PHP 6 (an...Greg Beaver2009-07-261-0/+2
* re-organize slightly, fix more php6-only compile warnings in php_stream_copy_...Greg Beaver2009-07-261-34/+0
* more php6 fixes for phar, fix more testsGreg Beaver2009-07-251-13/+170
* begin work on making phar php6-readyGreg Beaver2009-07-241-0/+6
* fix PHAR_ARG_INFO #define to work with PHP major versions > 5Greg Beaver2009-07-241-1/+1
* merge unmerged changes between branches, remove unnecessary test for zip sign...Greg Beaver2009-07-241-2/+37
* fix signature generation/validation for zip archives by phar extension, fix a...Greg Beaver2009-07-241-6/+0
* fix PHP Bug #48377: error message unclear on converting phar with existing fileGreg Beaver2009-07-231-0/+8
* MFH: fixed isset() on sub-directories (isset("blah") if file "blah/foo.php" e...Greg Beaver2009-06-051-0/+3
* MFH: fix potential segfault when converting phars with metadata to other form...Greg Beaver2009-05-241-0/+16
* remove precautionary #ifdef - the problem was fixed by moving the efree insid...Greg Beaver2009-05-051-2/+0
* disable cause of mysterious segfault in PHP 5.3 only (5.2 is fine)Greg Beaver2009-05-041-0/+2
* MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}()Greg Beaver2009-04-291-20/+28
* cosmetics: remove two unreachable return statements, removes warning in sun ccGreg Beaver2009-02-211-2/+0
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-31/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+31
* fix several errors found by valgrindGreg Beaver2008-10-261-0/+9
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-31/+0
* fix incorrect key for Phar destructorGreg Beaver2008-10-121-1/+1
* add tests for copy-on-write supportGreg Beaver2008-10-121-0/+26
* add new test for copy-on-write, fix copy-on-write for Phar/PharFileInfo methodsGreg Beaver2008-10-121-11/+140
* fix bug #45907: undefined reference to PHP_SHA512InitGreg Beaver2008-10-091-3/+3
* fix minor issues found by ICC (unused variables and the like)Greg Beaver2008-09-131-14/+14
* fix Bug #46032: PharData::__construct wrong memory readGreg Beaver2008-09-111-3/+2
* - unnecessary ;Steph Fox2008-08-311-2/+2
* remove unnecessary ;Greg Beaver2008-08-311-29/+29
* fix compile warning in PHP < 6.0Greg Beaver2008-08-311-0/+10
* remove superfluous return statements, merge from pecl/pharGreg Beaver2008-08-311-3/+0