From: "PEAR Announce" on
The new PEAR package Archive_Tar-1.3.4 (stable) has been released at http://pear.php.net/.

Release notes
-------------
* Fix Bug #11871: wrong result of ::listContent() if filename begins or ends with space [mrook]
* Fix Bug #12462: invalid tar magic [mrook]
* Fix Bug #13918: Long filenames may get up to 511 0x00 bytes appended on read [mrook]
* Fix Bug #16202: Bogus modification times [mrook]
* Implement Feature #16212: Die is not exception [mrook]

Package Info
------------
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.

Related Links
-------------
Package home: http://pear.php.net/package/Archive_Tar
Changelog: http://pear.php.net/package/Archive_Tar/download/1.3.4
Download: http://download.pear.php.net/package/Archive_Tar-1.3.4.tgz

Authors
-------
Michiel Rook (lead)

From: Richard Quadling on
2009/12/30 PEAR Announce <pear-dev(a)lists.php.net>:
> The new PEAR package Archive_Tar-1.3.4 (stable) has been released at http://pear.php.net/.
>
> Release notes
> -------------
> * Fix Bug #11871: wrong result of ::listContent() if filename begins or ends with space [mrook]
>  * Fix Bug #12462: invalid tar magic [mrook]
>  * Fix Bug #13918: Long filenames may get up to 511 0x00 bytes appended on read [mrook]
>  * Fix Bug #16202: Bogus modification times [mrook]
>  * Implement Feature #16212: Die is not exception [mrook]
>
> Package Info
> ------------
> 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.
>
> Related Links
> -------------
> Package home: http://pear.php.net/package/Archive_Tar
>   Changelog: http://pear.php.net/package/Archive_Tar/download/1.3.4
>    Download: http://download.pear.php.net/package/Archive_Tar-1..3.4.tgz
>
> Authors
> -------
> Michiel Rook (lead)
>
>
> --
> PEAR General Mailing List (http://pear.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

Attempting to update this using ...

pear upgrade-all

And I'm getting a conflict ...

--------------------------------------------------------
Will upgrade channel://pear.php.net/archive_tar
pear/pear dependency package "pear/Archive_Tar" installed version
1.3.4 is not the recommended version 1.3.3, but may be compatible, use
--force to install
pear/Archive_Tar cannot be installed, conflicts with installed packages
No valid packages found

RELEASE WARNINGS
================
u

u
--------------------------------------------------------

Not exactly sure what the 2 u's are all about ...





--
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling
From: Greg Beaver on
Richard Quadling wrote:
> 2009/12/30 PEAR Announce <pear-dev(a)lists.php.net>:
>> The new PEAR package Archive_Tar-1.3.4 (stable) has been released at http://pear.php.net/.


> Attempting to update this using ...
>
> pear upgrade-all
>
> And I'm getting a conflict ...
>
> --------------------------------------------------------
> Will upgrade channel://pear.php.net/archive_tar
> pear/pear dependency package "pear/Archive_Tar" installed version
> 1.3.4 is not the recommended version 1.3.3, but may be compatible, use
> --force to install
> pear/Archive_Tar cannot be installed, conflicts with installed packages
> No valid packages found


All releases of Archive_Tar must be tested with older PEAR and marked
with explicit <compatible> tag in package.xml

This is all in the release README. Please pull the release and try again.

Greg