Top Level :: PHP

Package Information: PHP_Archive 0.9.1

Show All Changelogs
» Version » Information
0.11.4 2008-05-19     alpha
0.11.3 2007-09-01     alpha
0.11.2 2007-08-18     alpha
0.11.1 2007-05-29     alpha
0.11.0 2007-05-29     alpha
0.10.0 2007-02-06     alpha
0.9.2 2007-01-06     alpha
0.9.1Download

Release date: 2007-01-06 04:13 UTC
Release state: alpha

Changelog:

fix API version so that Phar extension can also open PHP_Archive-generated archives

major 32-bit/64-bit issue in PHP 5.1 where unpack() returns different values
was causing some phars to fail. For instance:

$a = pack("V", 3068571189);
var_dump(unpack("Va", $a));

reports
int(3068571189) on 32 bit and
int(-1226396107) on 64 bit

in PHP 5.1. This is fixed in PHP 5.2. This only affects CRCs. The workaround
found is to sprintf("%u", $crc)

Dependencies:
  • PHP Version: PHP 5.1.0 or newer
  • PEAR Package: PEAR 1.4.3 or newer
  • PEAR Package: PEAR 1.4.3 or newer
0.9.0 2006-12-16     alpha
0.8.0 2006-07-19     alpha
0.7.0 2005-11-30     alpha
0.6.1 2005-09-05     alpha
0.6.0 2005-08-30     alpha
0.5.0 2005-05-03     alpha