112 Commits (495a5ab0057504b6719ee5be7462db8fa64a46f2)

Author SHA1 Message Date
Greg Beaver e29bccaae2 make phar tests pass in php 5.2, prepare for release of pecl/phar 2.0.0, merge Gwynne's TSRM fix to phar_object.c to other branches 17 years ago
Greg Beaver 1d50248937 make cache_list tests pass in php 6 17 years ago
Greg Beaver e8d80c8bfd fix buildFromIterator with filesystem iterator in php 6 17 years ago
Greg Beaver 96dd763df4 fix generation of phar.phar in php 6, fix remaining tests broken by PHP 6 (and not by spl/other stuff in php6) 17 years ago
Greg Beaver 66908185b7 fix basic phar test issues, failing tests phar_oo_009.phpt and phar_buildfromiterator10.phpt are due to bugs in Spl 17 years ago
Greg Beaver 571dfc1e49 fix zip front controller tests for php6 17 years ago
Greg Beaver 39125fdd47 fix tar front controller tests for php6 17 years ago
Greg Beaver 7761a39314 fix more tests for php6 17 years ago
Greg Beaver cfbd6d852f more php6 fixes for phar, fix more tests 17 years ago
Greg Beaver 7d114c2e7f merge from HEAD changes to test 17 years ago
Greg Beaver e8756a3c3c begin work on making phar php6-ready 17 years ago
Greg Beaver aa65955c8c update test to work in php 6 17 years ago
Greg Beaver cd23986a7a fix --CLEAN-- of all.phpt, remove unnecessary check in phar_convert_again.phpt, and fix signature generation and checking for zip to also include central directory up to the signature, implement better check for end-of-zip at signature verification 17 years ago
Greg Beaver d68cc96ebd merge unmerged changes between branches, remove unnecessary test for zip signature failure in badparameters.phpt 17 years ago
Greg Beaver 42e0e5dfb7 fix signature generation/validation for zip archives by phar extension, fix a few edge cases where memory was leaked on error conditions by missing efree() 17 years ago
Greg Beaver 115e370d6e fix PHP Bug #48377: error message unclear on converting phar with existing file 17 years ago
Greg Beaver 09b8bbc97f new phar test for zip with data descriptor in local file header 17 years ago
Greg Beaver 667c59abd6 Fix Bug #49020: phar misinterprets ustar long filename standard 17 years ago
Greg Beaver d967e29541 fix php bug #49018 (phar tar stores long filenames with prefix/name reversed) 17 years ago
Greg Beaver 5dd3306551 fixed bug #48681 (openssl signature verification for tar archives broken) 17 years ago
Greg Beaver 645226d19b fix EXPECT section of test 17 years ago
Greg Beaver fb86c3f7a2 MFH: fixed isset() on sub-directories (isset("blah") if file "blah/foo.php" exists) 17 years ago
Greg Beaver a8e7103bbe MFPECL: fix security vulnerability in phar's handling of long tar filenames 17 years ago
Greg Beaver 1c30b43e50 MFH: fix potential segfault when converting phars with metadata to other formats, add test 17 years ago
Greg Beaver 475cf4d288 fix Bug #48257: PharData throws exception with non-phar tar 17 years ago
Felipe Pena 937b429ad8 - Fixed tests 17 years ago
Antony Dovgal 8594654160 fix test 17 years ago
Greg Beaver 6289c323d3 MFPECL fix PECL Bug #14646: phar error message unclear with php stream wrappers (note: is there a standard way to list PECL bugs in NEWS?) 17 years ago
Greg Beaver e9d2d08b3c new test - test passes here, but the pear2coverage.phar.php segfaults in apache 2.2 sapi 17 years ago
Jani Taskinen 3d87ef8b21 MFH 17 years ago
Greg Beaver 4d92c7bffc revert removal of openssl check, was confusion on my part 17 years ago
Greg Beaver 26ce51d6f1 add safeguard check for timestamp modification to phar_stub.phpt and phar_gzip.phpt 17 years ago
Greg Beaver a51f628bd1 fix blog.phar for front.phar.phpt test 17 years ago
Greg Beaver 79f5f7538c fix SKIPIF, EXPECT in 2 tests 17 years ago
Greg Beaver af84168de6 fix faulty logic in tests, needed to use ksort instead of asort and to sort output. These tests failed on some systems with non-case sensitive filesystem sorting 17 years ago
Greg Beaver 5c6a25e750 fix the last remaining failing test (explicitly pass in SKIP_DOTS to directory iterator) 17 years ago
Greg Beaver fd5be66d13 fix bug #47085:rename() returns true even if the file in PHAR does not exist 17 years ago
Felipe Pena c3631156fc - Fixed tests 17 years ago
Hannes Magnusson 4bfd481076 MFH: fix test 17 years ago
Alexey Zakhlestin a4d609ab04 proper check for php-version 18 years ago
Alexey Zakhlestin 7ff4c359e6 fixed wrong check for version 18 years ago
Greg Beaver 347a58939d last test for cached phar copy on write (forgot this one yesterday) 18 years ago
Greg Beaver fdac2c9a12 increase code coverage 18 years ago
Greg Beaver 3a54017556 add complete tests verifying copy-on-write for cached phars 18 years ago
Greg Beaver 5bc1122056 fix faulty tests 18 years ago
Greg Beaver e16636f069 add tests for copy-on-write support 18 years ago
Greg Beaver eaf5d4c8b3 add missing --INI-- section 18 years ago
Greg Beaver a2b4f65a0c re-add as binary 18 years ago
Greg Beaver da731473aa oops, need to add as binary 18 years ago
Greg Beaver 15cac7f22f add missing file for tests 18 years ago