Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71239 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6189 invoked from network); 18 Jan 2014 10:26:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2014 10:26:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=ab@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ab@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.73.107 as permitted sender) X-PHP-List-Original-Sender: ab@php.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:56684] helo=klapt.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F8/B0-02050-FD65AD25 for ; Sat, 18 Jan 2014 05:26:44 -0500 Received: by klapt.com (Postfix, from userid 33) id EE4AE23D6080; Sat, 18 Jan 2014 11:26:36 +0100 (CET) Received: from 188.110.167.172 (SquirrelMail authenticated user anatol@belski.net) by webmail.klapt.com with HTTP; Sat, 18 Jan 2014 11:26:36 +0100 Message-ID: <41515a308e94a22bc16b7c2b133877a8.squirrel@webmail.klapt.com> In-Reply-To: References: Date: Sat, 18 Jan 2014 11:26:36 +0100 To: "Anatol Belski" Cc: "PHP internals" Reply-To: "Anatol Belski" User-Agent: SquirrelMail/1.5.2 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [RFC] 64 bit platform improvements for string length and integer From: ab@php.net ("Anatol Belski") On Sat, January 11, 2014 17:05, Anatol Belski wrote: >> For the record, we actually like to target 5.6 for this change. There >> was a little confusion due to the 5.6 timetable having been slightly >> shifted. >> >> Also the various changes we introduce has been discussed intensively >> (on >> this list on irc) to minimize the amount of changes required to support >> 64bit integer. >> >> >> > I've updated the RFC accordingly, also the possible vote choices. > One note yet - as we target 5.6, not to conceal were the hard test process running in background. Both x64 and x86 builds are tested involving CLI, Apache and opcache. The test summary is available under http://131.107.220.66/PFTT-Results/STR_SIZE_AND_INT64/ Regards Anatol