Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In theory this will fix a problem in Window trying to delete a not closed | Tomas V.V.Cox | 2002-07-26 | 1 | -1/+3 |
| | | | | | | | file #if so, other fixes like that may be needed | ||||
* | * better gzip detection (magic cookie) | Stig Bakken | 2002-05-27 | 1 | -3/+15 |
| | |||||
* | * make Archive_Tar auto-detect whether zlib is needed based on file | Stig Bakken | 2002-05-27 | 1 | -3/+11 |
| | | | | | extension (.tar -> no zlib) | ||||
* | * merge 0.4 files from /pear/Archive_Tar | Stig Bakken | 2002-05-20 | 1 | -0/+23 |
| | |||||
* | * Better handling of Windows paths (\php\any_thing or c:\php\any_thing) | Vincent Blavet | 2002-05-09 | 1 | -25/+47 |
| | | | | | | | * Remember that inside the archive path are all the time in unix format /php/any_thing * When necessary, '\' are replaced by '/' and 'c:' are removed * Synchro with cvs:pear/Archive_Tar/Tar.php version 1.20 | ||||
* | - Properly format error message. | Markus Fischer | 2002-04-13 | 1 | -4/+4 |
| | | | | | # Shouldn't this 'throw' an PEAR Error object ? | ||||
* | use DIRECTORY_SEPERATOR | Alexander Merz | 2002-04-11 | 1 | -20/+20 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | * Correct bug while using windows dir separator. It is now supported | Vincent Blavet | 2002-02-20 | 1 | -4/+20 |
| | |||||
* | * Adding support of extraction of remote archive http://www/archive.tgz | Vincent Blavet | 2002-01-24 | 1 | -6/+64 |
| | | | | | * Correct bug while using Windows root path c:\xxx\yyy in extract fct | ||||
* | Adding Archive/Tar.php to php4/pear/. This is needed in order for the | Jon Parise | 2002-01-21 | 1 | -0/+1053 |
phptar script (php4/pear/scripts/phptar) to be useful, so it makes sense to make Archive/Tar.php a standard component. |