Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76761 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87570 invoked from network); 21 Aug 2014 18:03:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Aug 2014 18:03:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.53 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.53 mail-qa0-f53.google.com Received: from [209.85.216.53] ([209.85.216.53:52908] helo=mail-qa0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/B0-18459-07436F35 for ; Thu, 21 Aug 2014 14:03:29 -0400 Received: by mail-qa0-f53.google.com with SMTP id v10so8525445qac.26 for ; Thu, 21 Aug 2014 11:03:26 -0700 (PDT) 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=0eufuv6u2EQEXpOlmWYhc3DsRY/lpgv5W+6kkR6KXd8=; b=coKutQ4AHw23/zu9mlWNBGNckceATQyWNTNf6a8LwIEsv0kLWd1DQV7DIvU7QE3acV 1TtonTFmwlex7g/2X/efywX9iOl4P0HqIzSrJmUmQP0JFcwsu2xC0SAPUS4lnJP0WyDy LnstSE4f31bc8NB8xkZdY0Tl7Amj5Har8NK78YRR/bgJ1iQFamLSJlVIOUycahyDOmf5 N6tq/jlxhwG+PUQ2HLnwtP0GyeDDKVnX3Ned9kGDz0SbcWaN2Yl4YIvFRdH4g1+XkBZ6 T7DTOjFNqdvr5PTszz7ogCJQ4mLVycHMFuwF+jPd7tYRfXBBlNnGYA/0JQWaCKjsAUu2 MBhA== MIME-Version: 1.0 X-Received: by 10.140.30.66 with SMTP id c60mr475768qgc.30.1408644206325; Thu, 21 Aug 2014 11:03:26 -0700 (PDT) Received: by 10.140.95.146 with HTTP; Thu, 21 Aug 2014 11:03:26 -0700 (PDT) Received: by 10.140.95.146 with HTTP; Thu, 21 Aug 2014 11:03:26 -0700 (PDT) In-Reply-To: <75F705FC-178D-4CA4-A2ED-4FAD81A22F23@ajf.me> References: <6E03BE65-260C-4B94-9587-C785FBC112C2@ajf.me> <75F705FC-178D-4CA4-A2ED-4FAD81A22F23@ajf.me> Date: Thu, 21 Aug 2014 20:03:26 +0200 Message-ID: To: Andrea Faulds Cc: Dmitry Stogov , PHP internals , Anatol Belski Content-Type: multipart/alternative; boundary=001a113a09e888c1be05012789ae Subject: Re: [PHP-DEV] 64-bit integers and 64-bit string length patch is ready to be merged From: pierre.php@gmail.com (Pierre Joye) --001a113a09e888c1be05012789ae Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Aug 21, 2014 7:58 PM, "Andrea Faulds" wrote: > > > On 21 Aug 2014, at 18:56, Pierre Joye wrote: > > > The original patch used the right naming based on the type used behind it. > > So IS_LONGLONG, then? The original patch, the one from last year. We have made compromises to fulfill other devs requests, three times. Now to be honest I would merge it right away. I do not see why we need to discuss that again. When I see how phpng got accepted without a word, time to stop arguing about such things. Merge and move back to code. If one thinks that one thing or another should be changed, in this patch or phpng, he will need to write a rfc (and not in 6 months :). > > In any case, the patch represents what the rfc and the discussions around > > it say. I rather merge it asal and begin on the (long) list of todos for 7. > > > > If you like to propose new naming with the bigint rfc, please go ahead. > > Time is also an issue as ppl are beginning to migrate their extensions to > > test. Changing them again takes time. > > Forgive me if I=E2=80=99m wrong, but wouldn=E2=80=99t changing the name a= gain just be a simple matter of global find/replace? No, totally not :) Even less as bigint support should be added too. And if bigint support will be optional, the code will need more changes. --001a113a09e888c1be05012789ae--