summaryrefslogtreecommitdiff
path: root/pear/Archive
Commit message (Collapse)AuthorAgeFilesLines
* In theory this will fix a problem in Window trying to delete a not closedTomas V.V.Cox2002-07-261-1/+3
| | | | | | | file #if so, other fixes like that may be needed
* * better gzip detection (magic cookie)Stig Bakken2002-05-271-3/+15
|
* * make Archive_Tar auto-detect whether zlib is needed based on fileStig Bakken2002-05-271-3/+11
| | | | | extension (.tar -> no zlib)
* * merge 0.4 files from /pear/Archive_TarStig Bakken2002-05-202-0/+447
|
* * Better handling of Windows paths (\php\any_thing or c:\php\any_thing)Vincent Blavet2002-05-091-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 Fischer2002-04-131-4/+4
| | | | | # Shouldn't this 'throw' an PEAR Error object ?
* use DIRECTORY_SEPERATORAlexander Merz2002-04-111-20/+20
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* * Correct bug while using windows dir separator. It is now supportedVincent Blavet2002-02-201-4/+20
|
* * Adding support of extraction of remote archive http://www/archive.tgzVincent Blavet2002-01-241-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 theJon Parise2002-01-211-0/+1053
phptar script (php4/pear/scripts/phptar) to be useful, so it makes sense to make Archive/Tar.php a standard component.