Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76834 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78646 invoked from network); 23 Aug 2014 09:55:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2014 09:55:26 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.179 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.220.179 mail-vc0-f179.google.com Received: from [209.85.220.179] ([209.85.220.179:42757] helo=mail-vc0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1E/50-10566-D0568F35 for ; Sat, 23 Aug 2014 05:55:26 -0400 Received: by mail-vc0-f179.google.com with SMTP id hq11so13142170vcb.24 for ; Sat, 23 Aug 2014 02:55:23 -0700 (PDT) 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=2anrtuE4AO3J8DvmyEmp0lZFu7LFrZbmd8PqpcX8s90=; b=DH49smuJqPd1n3VS3Xo14v6uN8+LxrdfUGP2dCMZGQ3hlAzhRs9YZt60gOK6ZZXO+v ZaEtPzogrcAE+iO2BIIbf+QBtU0WAur4U4N8eysourQIF0GQbFcxB6L1bktapj4tDFy3 646zrHxn02T4JcZ2uNw34LGxFN8fw4zRDDR42WbopjZK4IXQAkm3DsXvcYUYYQC9OMY8 Ap12a0W65Z8EJT/Hel80lcLa1X2MYZe12qW/e0xSP2RkTJBohFnugi3uLW8PCXQm1wrV ANO4++mgvpHgQ5L6zWrf+GkSfsQplMmttWN7TfoLOEz0qF4yn3r/b9awYeyrkqXgOpUs XGcQ== X-Gm-Message-State: ALoCoQnKk1SN/NjOksvv7kfSuD8zq6+ev1bWlqC9DiMNBEYejJN1IvPbCsO9c9NAbzTuJU7JACJAOGaoboLu9cObiq6drW82Dg3320bqROCPsMpnxxvFNqAKNmZgmi/oYUdOZrxxALRk MIME-Version: 1.0 X-Received: by 10.220.81.132 with SMTP id x4mr8033505vck.0.1408787723136; Sat, 23 Aug 2014 02:55:23 -0700 (PDT) Received: by 10.52.110.170 with HTTP; Sat, 23 Aug 2014 02:55:23 -0700 (PDT) In-Reply-To: References: Date: Sat, 23 Aug 2014 13:55:23 +0400 Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c1eb68cd4e6d050148f3dc Subject: Re: [PHP-DEV] [RFC] Better type names for int64 RFC From: dmitry@zend.com (Dmitry Stogov) --001a11c1eb68cd4e6d050148f3dc Content-Type: text/plain; charset=UTF-8 100% agree with RFC. It would be great if technical improvements wouldn't be messed with this renaming :( Thanks. Dmitry, On Fri, Aug 22, 2014 at 3:16 PM, Nikita Popov wrote: > Hi internals! > > Today the int64 RFC has been merged, despite objections regarding the > naming changes it introduces. > > As we were not given a chance to resolve this issue before the merge, a > short proposal has been created, which aims to revert all unnecessary > naming changes and instead use type names that are consistent with the > existing code base and expectations: > > https://wiki.php.net/rfc/better_type_names_for_int64 > > Due to the unexpected merge on short notice, with no chance for discussion, > this issue is blocking a number of other patches. As such I ask if we can > move through this RFC with a shortened cycle. I would not appreciate having > to wait three weeks to have a workable codebase again. > > Nikita > --001a11c1eb68cd4e6d050148f3dc--