ID: 40958 Updated by: [EMAIL PROTECTED] Reported By: dauphin at enst dot fr -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: solaris 10 sparc64 PHP Version: 5.2.1 New Comment:
Duplicate of bug #40841. Previous Comments: ------------------------------------------------------------------------ [2007-03-30 13:53:00] dauphin at enst dot fr Description: ------------ when installing php5 i got an error with PEAR install Reproduce code: --------------- in file install-pear-nozlib.phar if (self::$_manifest[$this->_archiveName][$path][3] != sprintf(" %u", crc32($data))) { return array("Not valid internal .phar file (checksum error) "); } Expected result: ---------------- install PEAR crc32 return int32 on 64bits architecture Actual result: -------------- gmake install ... Installing PEAR environment: /usr/pkg/lib/php/ Fatal error: Not valid internal .phar file (checksum error) in /pkg/obj/lang/php 5/work/php-5.2.1/pear/install-pear-nozlib.phar on line 411 gmake[1]: *** [install-pear-installer] Error 255 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40958&edit=1