| Commit message (Expand) | Author | Age | Files | Lines |
* | - Removed PHP 6 checks | Felipe Pena | 2012-08-21 | 1 | -4/+1 |
* | fix unchecked emalloc | Stanislav Malyshev | 2012-05-30 | 1 | -3/+3 |
* | fix bug #61065 | Stanislav Malyshev | 2012-05-16 | 1 | -0/+10 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | Fixed bug #51690 (Phar::setStub looks for case-sensitive __HALT_COMPILER()) | Ilia Alshanetsky | 2010-05-03 | 1 | -2/+7 |
* | fix PHP Bug #49910: no support for ././@LongLink for long filenames in phar t... | Greg Beaver | 2009-11-11 | 1 | -2/+49 |
* | re-organize slightly, fix more php6-only compile warnings in php_stream_copy_... | Greg Beaver | 2009-07-26 | 1 | -0/+4 |
* | fix Bug #49021: phar tar signature algorithm reports as Unknown (0) in getSig... | Greg Beaver | 2009-07-22 | 1 | -1/+2 |
* | Fix Bug #49020: phar misinterprets ustar long filename standard | Greg Beaver | 2009-07-22 | 1 | -3/+15 |
* | fix php bug #49018 (phar tar stores long filenames with prefix/name reversed) | Greg Beaver | 2009-07-22 | 1 | -2/+5 |
* | fixed bug #48681 (openssl signature verification for tar archives broken) | Greg Beaver | 2009-06-30 | 1 | -3/+6 |
* | MFPECL: fix security vulnerability in phar's handling of long tar filenames | Greg Beaver | 2009-06-04 | 1 | -9/+20 |
* | fix Bug #48257: PharData throws exception with non-phar tar | Greg Beaver | 2009-05-13 | 1 | -8/+8 |
* | MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}() | Greg Beaver | 2009-04-29 | 1 | -5/+5 |
* | fix setting of 32-bit value on big-endian systems | Greg Beaver | 2009-02-15 | 1 | -4/+4 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -2/+2 |
* | MFH: fix ZTS build | Antony Dovgal | 2008-10-12 | 1 | -1/+1 |
* | add tests for copy-on-write support | Greg Beaver | 2008-10-12 | 1 | -0/+1 |
* | fix minor issues found by ICC (unused variables and the like) | Greg Beaver | 2008-09-13 | 1 | -11/+10 |
* | use TAR_FILE instead of '0' and '\0' instead of 0 | Greg Beaver | 2008-08-31 | 1 | -1/+1 |
* | hadn't saved tar.c, use '\0' instead of 0 for char values, removes warning in... | Greg Beaver | 2008-08-31 | 1 | -2/+2 |
* | remove superfluous variable declarations, merge WS from pecl/phar | Greg Beaver | 2008-08-31 | 1 | -3/+1 |
* | - ws/cs, macros, code that only affects other branches | Steph Fox | 2008-08-01 | 1 | -14/+101 |
* | fix folding | Antony Dovgal | 2008-07-29 | 1 | -5/+20 |
* | fix tar-related failures | Greg Beaver | 2008-06-23 | 1 | -91/+13 |
* | - Revert the tar.c part of the inode calculation fix | Steph Fox | 2008-06-22 | 1 | -5/+5 |
* | fix inode calculation, we need fname to be set for phar/tar formats prior to ... | Greg Beaver | 2008-06-22 | 1 | -5/+5 |
* | - Kill the last compiler warning under 5.3 (release-only) | Steph Fox | 2008-06-20 | 1 | -1/+1 |
* | - Kill 10 MSVC compiler warnings due to type conflict | Steph Fox | 2008-06-18 | 1 | -3/+3 |
* | fix windows build and more performance jumps (these are minor) | Greg Beaver | 2008-06-18 | 1 | -2/+9 |
* | fix hashtable creation for tar to be estimated size needed | Greg Beaver | 2008-06-16 | 1 | -3/+4 |
* | another optimization - move inode hash to initial manifest parsing, improves ... | Greg Beaver | 2008-06-15 | 1 | -0/+1 |
* | HUGE speed improvement, from 19 req/sec to 27 req/sec for phpMyAdmin - now sp... | Greg Beaver | 2008-06-15 | 1 | -0/+29 |
* | - Fix build (ZTS) | Felipe Pena | 2008-06-13 | 1 | -1/+1 |
* | [DOC] implement full signature support for tar-based archives. By default, d... | Greg Beaver | 2008-06-13 | 1 | -3/+153 |
* | [DOC] add phar.cache_list, a PATH_SEPARATOR-separated list of full paths to p... | Greg Beaver | 2008-06-12 | 1 | -20/+22 |
* | refactor function names for clarity. No functionality change | Greg Beaver | 2008-05-30 | 1 | -1/+1 |
* | major fixes | Greg Beaver | 2008-05-22 | 1 | -0/+7 |
* | fix offset detection in tar files | Greg Beaver | 2008-05-21 | 1 | -2/+2 |
* | add full metadata support for tar-based archives and test | Greg Beaver | 2008-05-15 | 1 | -1/+177 |
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_3'. | SVN Migration | 2008-05-12 | 1 | -0/+831 |