summaryrefslogtreecommitdiff
path: root/ext/phar
Commit message (Expand)AuthorAgeFilesLines
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-31/+0
* - 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
* - MFH Fix dependency from Phar to hashMarcus Boerger2008-11-042-1/+7
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+31
* fix several errors found by valgrindGreg Beaver2008-10-263-3/+15
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-31/+0
* proper check for php-versionAlexey Zakhlestin2008-10-211-1/+2
* fixed wrong check for versionAlexey Zakhlestin2008-10-211-1/+1
* - MFH: Fixed bug #45726 (PHP_Archive / Archive.php missing)Felipe Pena2008-10-171-1/+3
* last test for cached phar copy on write (forgot this one yesterday)Greg Beaver2008-10-143-0/+32
* increase code coverageGreg Beaver2008-10-131-2/+12
* add complete tests verifying copy-on-write for cached pharsGreg Beaver2008-10-1365-0/+764
* fix faulty testsGreg Beaver2008-10-122-2/+4
* MFH: fix ZTS buildAntony Dovgal2008-10-123-3/+3
* fix incorrect key for Phar destructorGreg Beaver2008-10-121-1/+1
* add tests for copy-on-write supportGreg Beaver2008-10-1213-48/+160
* add missing --INI-- sectionGreg Beaver2008-10-121-0/+2
* re-add as binaryGreg Beaver2008-10-121-0/+0
* oops, need to add as binaryGreg Beaver2008-10-121-0/+0
* add missing file for testsGreg Beaver2008-10-121-0/+0
* add new test for copy-on-write, fix copy-on-write for Phar/PharFileInfo methodsGreg Beaver2008-10-124-11/+174
* re-add as binaryGreg Beaver2008-10-122-0/+0
* stupid cvs added this as textGreg Beaver2008-10-121-0/+0
* fix files for advanced include_path testGreg Beaver2008-10-122-2/+2
* increase code coverageGreg Beaver2008-10-124-0/+31
* fix links for fseek as wellGreg Beaver2008-10-112-3/+16
* fix reading links from streams (works with PharFileInfo->getContent())Greg Beaver2008-10-113-11/+44
* cosmetics/maintainability: reduce code redundancy on error conditionsGreg Beaver2008-10-111-35/+13
* work around crap stream filter implementation, update tests for compressed al...Greg Beaver2008-10-115-1/+33
* fix bug #45907: undefined reference to PHP_SHA512InitGreg Beaver2008-10-099-11/+22
* fix test (thanks Tony)Greg Beaver2008-09-302-1/+3
* fix Bug #46194: SIGSEGV when requested file is not foundGreg Beaver2008-09-301-0/+3
* fix 017.phpt in streams.c, and very dangerous intercepting of file functions ...Greg Beaver2008-09-262-9/+1
* fix bug #46178: memory leak in ext/pharGreg Beaver2008-09-262-0/+25
* fix another memory leakGreg Beaver2008-09-261-0/+1
* fix obvious memory leakGreg Beaver2008-09-261-0/+1
* workaround for Bug #46147 for PHP < 5.2.7Greg Beaver2008-09-221-0/+4
* fix compile on IRIX with MIPSPro (Bug #46072)Greg Beaver2008-09-142-0/+42
* increase code coverage, fix bzip2-compressed alias in zipGreg Beaver2008-09-144-4/+23
* fix minor issues found by ICC (unused variables and the like)Greg Beaver2008-09-139-75/+73
* fix Bug #46060: addEmptyDir() breaksGreg Beaver2008-09-132-5/+35
* MFH: make pharcommand.inc works without eregArnaud Le Blanc2008-09-121-1/+1
* fix testAntony Dovgal2008-09-111-1/+1
* fix Bug #46032: PharData::__construct wrong memory readGreg Beaver2008-09-112-3/+36
* I hate not being able to test.Steph Fox2008-09-011-1/+1
* - Fix the fix (sorry, missed this until now)Steph Fox2008-09-011-4/+2
* - Remove pre-made phar.pharSteph Fox2008-09-011-1232/+0
* - unnecessary ;Steph Fox2008-08-311-2/+2
* - cs, update package files following RC1 (just to keep it all in sync)Steph Fox2008-08-313-9/+240