Archive_Tar Tar file management class This class provides handling of tar files in PHP. It supports creating, listing, extracting and adding to tar files. Gzip support is available if PHP has the zlib extension built-in or loaded. Bz2 compression is also supported with the bz2 extension loaded. vblavet Vincent Blavet vincent@phpconcept.net lead ssb Stig Bakken stig@php.net helper 1.3.1 2005-03-17 PHP License stable Correct Bug #3855 1.3.0 2005-03-06 stable Bugs correction (2475, 2488, 2135, 2176) 1.2 2004-05-08 stable Add support for other separator than the space char and bug correction 1.1 2003-05-28 stable * Add support for BZ2 compression * Add support for add and extract without using temporary files : methods addString() and extractInString() 1.0 2003-01-24 stable Change status to stable 0.10-b1 2003-01-08 beta Add support for long filenames (greater than 99 characters) 0.9 2002-05-27 stable Auto-detect gzip'ed files 0.4 2002-05-20 stable Windows bugfix: use forward slashes inside archives 0.2 2002-02-18 stable From initial commit to stable 0.3 2002-04-13 stable Windows bugfix: used wrong directory separators