Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26655 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91796 invoked by uid 1010); 17 Nov 2006 12:37:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91781 invoked from network); 17 Nov 2006 12:37:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Nov 2006 12:37:44 -0000 X-Host-Fingerprint: 84.150.121.32 p54967920.dip.t-dialin.net Received: from [84.150.121.32] ([84.150.121.32:18741] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/61-15371-71DAD554 for ; Fri, 17 Nov 2006 07:37:44 -0500 To: internals@lists.php.net Date: Fri, 17 Nov 2006 13:37:41 +0100 User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) Message-ID: References: Reply-To: dsp@php.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Posted-By: 84.150.121.32 Subject: Re: [PATCH] For Bug #38770 From: dsp@php.net (David Soria Parra) Are there no opinions about that? It's just that if u pack an integer u get an integer and are not influenced by the convert to the long as it is stored in a zval struct. It's just about handling an int as an int (which is also 4byte on x64) and avoid problems if the long is bigger than the int as in x64 but not in x x84 (on x84 int is 4byte and long is 4byte) would be great to get some feedback.