Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76804 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77846 invoked from network); 22 Aug 2014 12:09:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2014 12:09:29 -0000 Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:51234] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/CD-09530-8F237F35 for ; Fri, 22 Aug 2014 08:09:28 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 33) id 521AB6D209C; Fri, 22 Aug 2014 14:09:25 +0200 (CEST) Received: from 79.197.90.39 (SquirrelMail authenticated user anatol@belski.net) by webmail.klapt.com with HTTP; Fri, 22 Aug 2014 14:09:25 +0200 Message-ID: In-Reply-To: References: Date: Fri, 22 Aug 2014 14:09:25 +0200 To: "Nikita Popov" Cc: "PHP internals" 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] Better type names for int64 RFC From: anatol.php@belski.net ("Anatol Belski") Hi Nikita, On Fri, August 22, 2014 13:16, 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 > to be complete, the RFC probably should take in account several new identifiers which came in (zend_off_t, zend_stat_t and co.). As their naming scheme is probably somewhat different. I've just documented those http://git.php.net/?p=php-src.git;a=blob;f=UPGRADING.INTERNALS and continue. Regards Anatol