Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76797 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61701 invoked from network); 22 Aug 2014 11:16:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2014 11:16:31 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.42 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.219.42 mail-oa0-f42.google.com Received: from [209.85.219.42] ([209.85.219.42:59610] helo=mail-oa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/6A-09530-E8627F35 for ; Fri, 22 Aug 2014 07:16:30 -0400 Received: by mail-oa0-f42.google.com with SMTP id n16so8517103oag.15 for ; Fri, 22 Aug 2014 04:16:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UD7fbKgW5UGhAsHA89A0gDs5OmguPEH/PazcSJrVyGk=; b=pTjxcpscsTGcPpKRx8hfTL9s34bJONvJ9kznYMUIzJ7RsV4nOpP3ke/HJZ5nKjiJr7 ABjg54WGmJljRmhCGUQ58qMucAUY3GEy4roKKWvs9PPE+Q8xHNUm8IpX8hEm0/QX9fjc TcfCQiarI//sfymH2QcAP62xseo13q2Gu8ldsJ2qKI0FmBe3rTMdWN4NY8cFbn31K66P IoSdFcpVhGg/l58Z1H4EU21yBioUUjNYR4UXjb2qGgWGy7yDT/rct3ELwidMdjoJBG8n txKyDMJ/AZHyuLVpc658yBwyg+g2eDPRaS1s0WEoBSftoEyO5+Ur/mMI8BaWCqP4X/+i Qc5Q== MIME-Version: 1.0 X-Received: by 10.60.147.229 with SMTP id tn5mr4262279oeb.11.1408706187814; Fri, 22 Aug 2014 04:16:27 -0700 (PDT) Received: by 10.182.219.229 with HTTP; Fri, 22 Aug 2014 04:16:27 -0700 (PDT) Date: Fri, 22 Aug 2014 13:16:27 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=047d7b2e14a5eaedc7050135f7a7 Subject: [RFC] Better type names for int64 RFC From: nikita.ppv@gmail.com (Nikita Popov) --047d7b2e14a5eaedc7050135f7a7 Content-Type: text/plain; charset=UTF-8 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 --047d7b2e14a5eaedc7050135f7a7--