Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71415 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64534 invoked from network); 22 Jan 2014 21:51:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2014 21:51:49 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.47 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.47 mail-la0-f47.google.com Received: from [209.85.215.47] ([209.85.215.47:58870] helo=mail-la0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/08-13626-47D30E25 for ; Wed, 22 Jan 2014 16:51:48 -0500 Received: by mail-la0-f47.google.com with SMTP id hr17so813108lab.6 for ; Wed, 22 Jan 2014 13:51:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fAQhWYsNVXPsTqO4Ba+fNJUAb6nDqV/NTY/m//Wr2W4=; b=cEYn42APkAMPO++QjOme5FN2e0MjiUkc0oEsT37mNcGrupcaZdP/PSgscpwVyBKK2e mikIQyA0wMWrqeoqLYSf1Q5wlDweyHfiXDzE+P0KEOIcpk++ccJThhI8mhnYLBszPo3y kzeIZNzJKUBjHLhtkfipgRHfQPX7v6L/cUQWRAJ87Y0ATuWYl1bf9my1yU9vUwBRZSFl oW8VhsYHnLJVsEVaKlf9KHTAk2Sk3XXvoTjk/VfTqaQWyKXImTVPzcvU3kuCVAARX8KG HCfNNwGV/7WZHeG52XlUjLk47MDutmBjWDEckwR2qqX2MbNVVDMbw0lhcUYExYWhN0/g HcOg== MIME-Version: 1.0 X-Received: by 10.152.5.101 with SMTP id r5mr47324lar.56.1390427505118; Wed, 22 Jan 2014 13:51:45 -0800 (PST) Received: by 10.112.35.134 with HTTP; Wed, 22 Jan 2014 13:51:45 -0800 (PST) Received: by 10.112.35.134 with HTTP; Wed, 22 Jan 2014 13:51:45 -0800 (PST) In-Reply-To: <52E01DDA.4020404@oracle.com> References: <2ecdbcfc1725e25ccad4705429dbfa2f.squirrel@webmail.klapt.com> <52E01DDA.4020404@oracle.com> Date: Wed, 22 Jan 2014 22:51:45 +0100 Message-ID: To: Christopher Jones Cc: PHP internals , Anatoliy Belsky Content-Type: multipart/alternative; boundary=089e013d12d68752ec04f096215c Subject: Re: [PHP-DEV] [RFC] 64 bit improvements, open questions From: pierre.php@gmail.com (Pierre Joye) --089e013d12d68752ec04f096215c Content-Type: text/plain; charset=UTF-8 Hi Chris, On Jan 22, 2014 8:37 PM, "Christopher Jones" wrote: > This is a huge patch - kudos. However it will cause some short term > instability. If any instability it will be very quickly found. > It's the kind of deep change that typically would be > merged at the beginning, not the end, of a release process. We are at the beginning. > The new code will require time to stabilize. It is actually very good, compare the tests results with other branches: http://windows.php.net/downloads/snaps/ostc/pftt/STR_SIZE_AND_INT64/rfcb28ea/ > For example, there are > some new OCI8 diffs that will require debugging. There is one OCI8 > code block in PHP-5.6 that isn't in the str_size_and_int64 branch. As Anatol asked many times, help is welcome. Which part is missing? In case you cannot commit yourself. > (I'll send details separately). It's likely other extensions will be > similarly subtly impacted. > > The open issues (e.g. SAPI support) need to be resolved before > starting the vote, so the RFC direction is obvious. All active and maintained SAPIs are supported. Porting dead cows is not worth the effort. > Also the RFC > needs to discuss proposed voting options, prior to starting the vote. > Since that only gives a couple of days for discussion, I think you > should delay the vote. Well, it has been under discussions for quite some time already. The open questions (to be chosen) are known. Did we forget something? Thanks for your feedback! Cheers, Pierre --089e013d12d68752ec04f096215c--