Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71118 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42964 invoked from network); 14 Jan 2014 00:21:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jan 2014 00:21:41 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.172 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.172 mail-lb0-f172.google.com Received: from [209.85.217.172] ([209.85.217.172:34552] helo=mail-lb0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 91/20-41371-41384D25 for ; Mon, 13 Jan 2014 19:21:40 -0500 Received: by mail-lb0-f172.google.com with SMTP id c11so1683214lbj.17 for ; Mon, 13 Jan 2014 16:21:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=0fmzhZxmllo7IqBKAAAquXl2Sfi5g/Tp+ruu2BYZGGU=; b=ugO6c2n+DpTLCPXH9ytoguxdC5wYuHn1hIBlW3u90pULC7R1hxEkqhvPssCMbZi0m4 O2ucBZkuEW+JZhYAHOBJrRr9pPb+d3N+xZksgnpayA1yI9wCtvH6ln5PHmz0+k7/8+ge Lq5aeqy6zzAB4ed3AkJsxuC6+VA53uWUYxdMiowKyHAoIeYDPX6NLDoQQAVIycJcSZwK KtUhYIKEJkuyTBUM9vLHBCtLy0jxcybtEJMbyRNwbnMYvHPikjFsu3cWnIp943QTbWyt qbz0kSNZBryYo3XSE3sBQRC1vLlEch2CmFcpanrfi4OrhaCGHY7CbmXXbqdunq8nhLS6 O8CA== X-Received: by 10.152.238.9 with SMTP id vg9mr106588lac.55.1389658897134; Mon, 13 Jan 2014 16:21:37 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.6.68 with HTTP; Mon, 13 Jan 2014 16:20:57 -0800 (PST) In-Reply-To: <1389654319.6953.45.camel@ghost> References: <1389654319.6953.45.camel@ghost> Date: Tue, 14 Jan 2014 09:20:57 +0900 X-Google-Sender-Auth: hLSSHcafR3YC4REeV9g5qcYCrPA Message-ID: To: Anatol Belski Cc: PHP Developers Mailing List Content-Type: multipart/alternative; boundary=001a1133a2aeec372204efe32c0f Subject: Re: [PHP-DEV] [RFC] 64 bit platform improvements for string length and integer From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a1133a2aeec372204efe32c0f Content-Type: text/plain; charset=UTF-8 Hi Anatol, On Tue, Jan 14, 2014 at 8:05 AM, Anatol Belski wrote: > thanks for the interest on this. Such an idea existed at the start among > others, as well as introducing a new zval member for 'int64' besides > 'long'. The reasons for not doing it (now), also from the todays point > of view: > > - much higher patch complexity > - with more complexity the risk of not finishing the patch grows > - worse compatibility with libraries > - worse compatibility with existing extensions > - 64 bit processors are widely available > - well, the slowliness you mention, whereby i've no benchmarks at hand > Thank you for your explanations. These are understandable reasons. Let's finish current proposal, then we may try to extend int type. If I finished my todo list for PHP, I'll join your project! Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a1133a2aeec372204efe32c0f--