Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71433 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27870 invoked from network); 23 Jan 2014 11:55:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2014 11:55:30 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 74.125.82.41 cause and error) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 74.125.82.41 mail-wg0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:41843] helo=mail-wg0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/A1-18911-13301E25 for ; Thu, 23 Jan 2014 06:55:30 -0500 Received: by mail-wg0-f41.google.com with SMTP id n12so478871wgh.4 for ; Thu, 23 Jan 2014 03:55:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=qTjjv3LoP58o4okpj5Q/l84eQEfa7UHksQygpVK5N98=; b=cTL9sTou8Z7E7UiPvt/mR0mwF421uKcsqv77FlrWSW0T35vkTlRo0xiEaBXcOao9pK EAHuforO+MgNdfeIPWCpCq44fk47oPdNDg2pKIk58zfOVO/S6COcn1bX25+GqC8X+1+w EVknZC8YtkYIkGoNDOKMy72jBKQAzVo/bcMk9bOYgKM9feahi+sbtuZjQ5puSqPlat2p JbZT9zHZI/oD3biCZVhvCblmDaH/QizFrNSno3isB9Hb0VuCHdvlbnwDMg+zyCJ5MBaR brDRU/5WAVxp2enNY4wxpeoQxQ0mGbpDVVO4Zd5cXUJCPbc6gelPyKRqo04MyenGuZ4I RQrA== X-Gm-Message-State: ALoCoQna0Aznnge96VYt6E+mhoVWbVcqHs7T+i8NW/S60R+/OTBxWuunVkEzOQS1RqiPjeIMkNh1zfaUOlAdCu+4msLtc3oLDSq9fDEc+UYry55yZDR0o1Uh62GDQeepjZf4DWvrhEkn MIME-Version: 1.0 X-Received: by 10.194.92.68 with SMTP id ck4mr6306772wjb.53.1390478126021; Thu, 23 Jan 2014 03:55:26 -0800 (PST) Received: by 10.227.91.196 with HTTP; Thu, 23 Jan 2014 03:55:25 -0800 (PST) In-Reply-To: <52E0F55F.4040802@lsces.co.uk> References: <52E0F55F.4040802@lsces.co.uk> Date: Thu, 23 Jan 2014 15:55:25 +0400 Message-ID: To: Lester Caine Cc: PHP Internals Content-Type: multipart/alternative; boundary=047d7bf0d2dec5126804f0a1ea12 Subject: Re: [PHP-DEV] [RFC] 64 bit platform improvements for string length and integer From: dmitry@zend.com (Dmitry Stogov) --047d7bf0d2dec5126804f0a1ea12 Content-Type: text/plain; charset=UTF-8 Of course, we are not going to drop 32-bit support :) This patch affects only PHP on 64-bit systems. Thanks. Dmitry. On Thu, Jan 23, 2014 at 2:56 PM, Lester Caine wrote: > Pierre Joye wrote: > >> I think we can clear these questions during the vote phases, as options. >> >> If anyone has an idea how to keep the advantage brought by the >> renaming (compile checks, clarity, code correctness) without actually >> doing the renaming in extensions, please fire it:) >> > > Is this still being put forward for a PHP5.x build? Surely this along with > a tidy up on base modules that support it would be much better used as a > base for a new PHP6 plan? Extensions that do not support it can also be > left out and we have a clean demarcation. > > One thing I would ask is just what 32bit platforms will remain supported. > While desktop machines are generally 64bit these days, tablet and mobile > devices do still tend to be 32bit. The ITX based systems I'm working with > are still 32bit and while they do tend to run as clients to bigger servers, > some support their own PHP platform. I already have to support different > integer sizes anyway and assuming PHP is 32bit simplifies things but I'm a > little unsure how a change to direct support for 64bit might affect that > split? > > -- > Lester Caine - G8HFL > ----------------------------- > Contact - http://lsces.co.uk/wiki/?page=contact > L.S.Caine Electronic Services - http://lsces.co.uk > EnquirySolve - http://enquirysolve.com/ > Model Engineers Digital Workshop - http://medw.co.uk > Rainbow Digital Media - http://rainbowdigitalmedia.co.uk > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --047d7bf0d2dec5126804f0a1ea12--