Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31572 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80592 invoked by uid 1010); 14 Aug 2007 19:49:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80571 invoked from network); 14 Aug 2007 19:49:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Aug 2007 19:49:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=judas.iscariote@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=judas.iscariote@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.224 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: judas.iscariote@gmail.com X-Host-Fingerprint: 64.233.162.224 nz-out-0506.google.com Received: from [64.233.162.224] ([64.233.162.224:58874] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/51-00776-B2702C64 for ; Tue, 14 Aug 2007 15:49:04 -0400 Received: by nz-out-0506.google.com with SMTP id x7so674353nzc for ; Tue, 14 Aug 2007 12:48:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=I900SIjmzS7LZv6rSGu/2qxQfoqKEMII+Rdi/FzQF6VFC1xCO3vFjQp2G5lNp8iOtYFmHS8R8A8agc0Onfh+4ZXsAsB6ocekL/zO1htN3ma9u5jA3PpTgT2b9t+B5r8XUZLn6CMpmSPxLIWk1O847rWys8u4Ps2kx2ytO55c9oo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BTwLffpnNKoOOJ9xrcJbPMEnMflLfc7Qamdqktgh266cS7W3sif2mxXg+YXP66ZOu2t1fshKM1uDWnFo3mmgVd7l7/HZAEDN8G8wHTScwbrxCI/He0XuORis5pAoC8B6oH1nkLvZYoTgRKT+kKd4+ZgfH+RaWBwYgFUGJMNvhcA= Received: by 10.142.89.9 with SMTP id m9mr769375wfb.1187120935570; Tue, 14 Aug 2007 12:48:55 -0700 (PDT) Received: by 10.142.112.9 with HTTP; Tue, 14 Aug 2007 12:48:55 -0700 (PDT) Message-ID: <7d5a202f0708141248y3c2843e1qbbc2d17ca73f23a@mail.gmail.com> Date: Tue, 14 Aug 2007 15:48:55 -0400 To: internals@lists.php.net In-Reply-To: <46C19531.7020003@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46C19531.7020003@zend.com> Subject: Re: [PHP-DEV] [Fwd: [PHP-CVS] cvs: php-src /ext/standard formatted_print.c] From: judas.iscariote@gmail.com ("Cristian Rodriguez") On 8/14/07, Antony Dovgal wrote: > > This patch breaks PEAR phar install on 64bit. > From what I can see in the source code, it compares data in the phar with > the result of sprintf("%u"..), which is different on 32bit and 64bit because of this patch. > > Either phar should be changed to detect this situation or this patch should be reverted. Phar seems to be fixed in CVS but the phar file of PEAR does not seem to be fixed yet.