Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71113 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26128 invoked from network); 13 Jan 2014 21:58:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jan 2014 21:58:12 -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.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:39604] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/07-21529-27164D25 for ; Mon, 13 Jan 2014 16:58:11 -0500 Received: by mail-lb0-f170.google.com with SMTP id u14so1856772lbd.15 for ; Mon, 13 Jan 2014 13:58:07 -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=bT6oRxi0mUD7pLOVNFKl5dyIUK1JiWyVnG4u37xpEUQ=; b=WSBmtLrGgE+MDCMoB40fXANTNjoYKFgI84uqrt9Yejf/9J2Suyg4BXvTznDYB7WH5+ hZ1FSb2J1SiYreWKJ89bnt7boFHWMGIwNiq6lLyU9Neu7F26en6K8GGEFzVglWwjnc+N Njfa2QCV0KuEgwf2cdRyyfJXw0Us7LhY05BfOBXKwTpYE/VCsbjwDFaFSpNNpNgsrHIU mEfDo/9OCY4DT+NjL7qt3lHrxkKbhqGfDP4xHAuGXXCTx4Sp4wO7STdJOsTVJgn4Yh/k UvGsNGVhW+r6BzN7B8g6uNdRLhZUeHGHSv4yE/EK5XsBY2nv3/dpa4dswomgOWqWfQmg KopA== X-Received: by 10.112.138.98 with SMTP id qp2mr85635lbb.82.1389650287471; Mon, 13 Jan 2014 13:58:07 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.6.68 with HTTP; Mon, 13 Jan 2014 13:57:27 -0800 (PST) In-Reply-To: References: Date: Tue, 14 Jan 2014 06:57:27 +0900 X-Google-Sender-Auth: uMkNV2cnwR9EmsGZbtseTmf88tY Message-ID: To: Anatol Belski Cc: PHP Developers Mailing List Content-Type: multipart/alternative; boundary=089e0116049ebf32be04efe12b27 Subject: Re: [PHP-DEV] [RFC] 64 bit platform improvements for string length and integer From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e0116049ebf32be04efe12b27 Content-Type: text/plain; charset=UTF-8 Hi Anatol, On Fri, Jan 10, 2014 at 11:58 PM, Anatol Belski wrote: > https://wiki.php.net/rfc/size_t_and_int64 > > The discussion time has come. The work on the feature branch continues. > The current patch is stable enough to be discussed. I haven't dive into details of this improvement, so I'm assuming the improvement is only for 64bit platforms from the title. There are number of subsystems that supports 64bit int. e.g. file system, PostgreSQL large object, time, etc. It's nicer if 64bit int is supported on 32bit platforms. What's the reason not to introduce larger int for 32bit platforms? Too much performance impact? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e0116049ebf32be04efe12b27--