297 Commits (495a5ab0057504b6719ee5be7462db8fa64a46f2)

Author SHA1 Message Date
Greg Beaver 93054e9b38 oops, released as beta instead of stable, Gwynne: svn rm tags/RELEASE_2_0_0 fails, perhaps this can be allowed? 17 years ago
Felipe Pena 9e253ac6e7 - Fixed memleak on Phar::mungServer() 17 years ago
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 732f4af082 re-organize slightly, fix more php6-only compile warnings in php_stream_copy_to_mem 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 96740db9ab fix PHAR_ARG_INFO #define to work with PHP major versions > 5 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 e1962da708 fix minor memory leak 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 1723b16898 fix PHP bug #48791: open office files always reported as corrupted 17 years ago
Greg Beaver 01659b8b7c fix php bug #48783: make install will fail saying phar file exists 17 years ago
Greg Beaver 3bf5d05047 fix PHP bug #48740: PHAR install fails when INSTALL_ROOT is not the final install location 17 years ago
Greg Beaver 4744223055 fix Bug #49021: phar tar signature algorithm reports as Unknown (0) in getSignature() call 17 years ago
Greg Beaver 667c59abd6 Fix Bug #49020: phar misinterprets ustar long filename standard 17 years ago
Greg Beaver fb3adb16fc don't package up subversion directory in phar.phar 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 2c924e2848 fix slightly unclear error message in generation of phar.phar 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
Hannes Magnusson 2a257adda9 MFH: Fixed creating directory structure when extracting phars 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
Kalle Sommer Nielsen 18e7a82dd4 MFH: Nuke compiler warning 17 years ago
Kalle Sommer Nielsen 776a648f17 MFH: Fix conditional 17 years ago
Felipe Pena 937b429ad8 - Fixed tests 17 years ago
Greg Beaver 6f101e7c06 remove precautionary #ifdef - the problem was fixed by moving the efree inside the zend_try block 17 years ago
Greg Beaver 6eb6df3a20 disable cause of mysterious segfault in PHP 5.3 only (5.2 is fine) 17 years ago
Antony Dovgal 8594654160 fix test 17 years ago
Antony Dovgal d3438bf9f5 initialize ext_len 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 f21744809e MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}() 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