summaryrefslogtreecommitdiff
path: root/ext/phar/tests
Commit message (Expand)AuthorAgeFilesLines
* MFH: fix testHannes Magnusson2008-12-091-2/+2
* proper check for php-versionAlexey Zakhlestin2008-10-211-1/+2
* fixed wrong check for versionAlexey Zakhlestin2008-10-211-1/+1
* 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
* add tests for copy-on-write supportGreg Beaver2008-10-126-0/+77
* 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-123-0/+34
* 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-111-0/+6
* fix reading links from streams (works with PharFileInfo->getContent())Greg Beaver2008-10-111-0/+21
* work around crap stream filter implementation, update tests for compressed al...Greg Beaver2008-10-114-1/+20
* fix bug #45907: undefined reference to PHP_SHA512InitGreg Beaver2008-10-094-3/+9
* fix test (thanks Tony)Greg Beaver2008-09-302-1/+3
* fix bug #46178: memory leak in ext/pharGreg Beaver2008-09-261-0/+20
* increase code coverage, fix bzip2-compressed alias in zipGreg Beaver2008-09-142-0/+3
* fix minor issues found by ICC (unused variables and the like)Greg Beaver2008-09-131-0/+2
* fix Bug #46060: addEmptyDir() breaksGreg Beaver2008-09-131-0/+30
* fix testAntony Dovgal2008-09-111-1/+1
* fix Bug #46032: PharData::__construct wrong memory readGreg Beaver2008-09-111-0/+34
* - Ensure that we're always checking for OpenSSL support, rather than just for...Steph Fox2008-08-315-12/+20
* commit missing files for testsGreg Beaver2008-08-3134-0/+487
* fix OS-dependent order in testGreg Beaver2008-08-301-0/+5
* fix bug #45792: bz2 compressed files in zip failureGreg Beaver2008-08-212-0/+80
* fix testAntony Dovgal2008-08-161-1/+5
* increase code coverageGreg Beaver2008-08-115-0/+26
* increase code coverageGreg Beaver2008-08-114-0/+32
* - MFH Bring phar tests into line across all branchesSteph Fox2008-08-01209-476/+8945
* - Utilize new UNIX_PATHS flag in SPLSteph Fox2008-07-249-46/+46
* Improved webPhar speed (frontcontroller11.phar.phpt is disabled, should be re...Dmitry Stogov2008-07-2219-6/+10
* Fixed directory reanming/deletionDmitry Stogov2008-07-207-9/+89
* Added tests that demonstrate serious PHAR errorsDmitry Stogov2008-07-106-0/+210
* Fix filename/pathname/getpathinfo tests according to SPL fixEtienne Kneuss2008-07-094-17/+17
* Duplicate tests to accommodate parameter parsing fixes in 5_3 coreSteph Fox2008-07-0726-40/+737
* in preparation for a performance optimization that involvesGreg Beaver2008-06-273-3/+18
* fix several issues:Greg Beaver2008-06-243-3/+2
* - One solution for the openssl issuesSteph Fox2008-06-237-21/+52
* - Wrong SKIPIF messageSteph Fox2008-06-231-1/+1
* true fix for potential segfault in phar_buildGreg Beaver2008-06-231-0/+1
* new tests for phar.cache_listGreg Beaver2008-06-2252-0/+631
* - Use SKIP_SLOW_TESTS where it's most usefulSteph Fox2008-06-202-0/+2
* - inherited methods don't unixify paths along the way. Allow for it.Steph Fox2008-06-181-4/+4