summaryrefslogtreecommitdiff
path: root/ext/phar
Commit message (Expand)AuthorAgeFilesLines
* MFB: Fixed a possible crash when phar_create_signature() failsIlia Alshanetsky2009-01-021-2/+4
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3117-19/+19
* Bump copyright year, 2 of 3.Sebastian Bergmann2008-12-311-1/+1
* Use ' -f' as requestedMarcus Boerger2008-12-131-1/+1
* ini_set() should return false on failure, not return the orginal valueHannes Magnusson2008-12-091-2/+2
* - Only show switch -y if availableMarcus Boerger2008-12-081-2/+5
* - When installing phar, make phar a link to phar.pharMarcus Boerger2008-12-081-0/+1
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-31/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+31
* last commit was an old patch, revert faulty lineGreg Beaver2008-10-261-1/+0
* MFB: fix several errors found by valgrindGreg Beaver2008-10-263-3/+16
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-31/+0
* MFB: proper check for php-versionAlexey Zakhlestin2008-10-211-1/+2
* - Fixed bug #45726 (PHP_Archive / Archive.php missing)Felipe Pena2008-10-171-1/+3
* MFB: last test for cached phar copy on write (forgot this one yesterday)Greg Beaver2008-10-143-0/+32
* MFB: increase code coverageGreg Beaver2008-10-131-2/+12
* MFB: add complete tests verifying copy-on-write for cached pharsGreg Beaver2008-10-1367-0/+808
* MFB: fix faulty testsGreg Beaver2008-10-122-2/+4
* fix ZTS buildAntony Dovgal2008-10-123-3/+3
* MFB: fix incorrect key for Phar destructorGreg Beaver2008-10-121-1/+1
* MFB: add tests for copy-on-write supportGreg Beaver2008-10-1211-48/+116
* add missing --INI-- sectionGreg Beaver2008-10-121-0/+2
* MFB: add new test for copy-on-write, fix copy-on-write for Phar/PharFileInfo ...Greg Beaver2008-10-124-11/+174
* fix test filesGreg Beaver2008-10-123-2/+2
* need to re-add as binaryGreg Beaver2008-10-121-0/+0
* increase code coverageGreg Beaver2008-10-124-0/+31
* MFB: fix links for fseek as wellGreg Beaver2008-10-112-3/+16
* MFB: fix reading links from streams (works with PharFileInfo->getContent())Greg Beaver2008-10-114-11/+44
* MFB: cosmetics/maintainability: reduce code redundancy on error conditionsGreg Beaver2008-10-111-35/+13
* MFB: work around crap stream filter implementation, update tests for compress...Greg Beaver2008-10-115-1/+33
* MFB: fix bug #45907: undefined reference to PHP_SHA512InitGreg Beaver2008-10-099-11/+22
* fix test (thanks Tony)Greg Beaver2008-09-302-1/+3
* MFB: fix Bug #46194: SIGSEGV when requested file is not foundGreg Beaver2008-09-301-0/+3
* MFB: fix 017.phpt in streams.c, and very dangerous intercepting of file funct...Greg Beaver2008-09-262-9/+1
* MFB: fix bug #46178: memory leak in ext/pharGreg Beaver2008-09-262-0/+25
* MFB: fix another memory leakGreg Beaver2008-09-261-0/+1
* MFB: fix obvious memory leakGreg Beaver2008-09-261-0/+1
* MF53: workaround for Bug #46147 for PHP < 5.2.7Greg Beaver2008-09-221-0/+4
* MFB: fix compile on IRIX with MIPSPro (Bug #46072)Greg Beaver2008-09-142-0/+42
* MFB: increase code coverage, fix bzip2-compressed alias in zipGreg Beaver2008-09-144-4/+23
* MFB: fix minor issues found by ICC (unused variables and the like)Greg Beaver2008-09-139-75/+73
* MFB: fix Bug #46060: addEmptyDir() breaksGreg Beaver2008-09-132-5/+35
* make pharcommand.inc works without eregArnaud Le Blanc2008-09-121-1/+1
* fix testAntony Dovgal2008-09-111-1/+1
* remove weird relic of development past that somehow made it in here on the la...Greg Beaver2008-09-111-11/+0
* MFPHP5: fix Bug #46032: PharData::__construct wrong memory readGreg Beaver2008-09-113-3/+47
* - MFB Remove pre-made phar.pharSteph Fox2008-09-011-0/+0
* - Missed the files we don't use yetSteph Fox2008-08-314-0/+30
* - Note to self: don't try to second-guess GregSteph Fox2008-08-311-1/+1
* - MFBSteph Fox2008-08-3153-236/+933