Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76833 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76906 invoked from network); 23 Aug 2014 09:43:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2014 09:43:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.173 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.220.173 mail-vc0-f173.google.com Received: from [209.85.220.173] ([209.85.220.173:49334] helo=mail-vc0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/00-10566-75268F35 for ; Sat, 23 Aug 2014 05:43:52 -0400 Received: by mail-vc0-f173.google.com with SMTP id hy10so13378900vcb.32 for ; Sat, 23 Aug 2014 02:43:48 -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=iM/9p86hmBR+Zg/5nKMXX5KU8nKhhOe+PGDHRywx7c4=; b=MyU9TwFOj/aQY4QRvK1W0pFBony2lWzT63aNIJmcDHugT2kPkBKd82p1Zehfah3asE BESjaA3RiY5H6GUsrWzw/v2nUOJqkJpsET4I6UkYMZNRItTInBkrBY7TsxYlGAn7tL2/ j+i/WqSSu6cBJmlAtNxoyTj9CjnCZ0/P03BZZpydZcLDB61/+2xW5joSkfFiTxK/Hl0w ci+lgo1oNT5brT2nCawu1LSx7f3eDzSF5AvsMVmZ7SMOu3QUMHQgpzyly/o13irCa4L+ Qn+yfm/ms/LtGKQVNuH0c4kitpSHafzQLkYFEHVIl5k8ae56ShMCW37Mhl8C4AAKBjrF irPg== X-Gm-Message-State: ALoCoQl/sXo06+l64wdioVXTOrbYVtUyP7INPd2IITbBjMzsuLam8M6dYKZNgvdO0xw5ieCGYFY7bGyK51plh8YP5J2RuLo7oW6OsMKTCKRlB+Vce0BixjPLWmDNoAQQg2U59zMDnLvd MIME-Version: 1.0 X-Received: by 10.52.3.40 with SMTP id 8mr6615354vdz.24.1408787028801; Sat, 23 Aug 2014 02:43:48 -0700 (PDT) Received: by 10.52.110.170 with HTTP; Sat, 23 Aug 2014 02:43:48 -0700 (PDT) In-Reply-To: References: Date: Sat, 23 Aug 2014 13:43:48 +0400 Message-ID: To: Anatol Belski Cc: Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary=20cf3030c11f6a9363050148ca34 Subject: Re: [PHP-DEV] [RFC] Better type names for int64 RFC From: dmitry@zend.com (Dmitry Stogov) --20cf3030c11f6a9363050148ca34 Content-Type: text/plain; charset=UTF-8 I think it's ok to keep zend_off_t and zend_size_t as is. Thanks. Dmitry, On Fri, Aug 22, 2014 at 4:09 PM, Anatol Belski wrote: > 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 > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --20cf3030c11f6a9363050148ca34--