Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71048 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13121 invoked from network); 10 Jan 2014 21:50:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jan 2014 21:50:21 -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:62933] helo=mail-oa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1B/20-12207-C1B60D25 for ; Fri, 10 Jan 2014 16:50:21 -0500 Received: by mail-oa0-f42.google.com with SMTP id n16so5687347oag.1 for ; Fri, 10 Jan 2014 13:50:18 -0800 (PST) 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=0Ohd5K8SnK9QuP3QYjOgZ2zzYvGctNmrzql54vFM66k=; b=CFGL6Py2sCf+/6iuinrCQhsMwOLiJlnRt+MD962j1Tlfpdnf3ou9AsgdTtsrHpLTGk 7l3dW9PvDzUn2ugmJxOf0aqZbklhjkCk3GeLIAbcZMzCxO8UsPzidufdCoYyC9iHP4oG dK7uNzlKOshTjBDD7bOl0HWDn7RVegEELvvlpazeA867wmSAh17dic0wI2xBAImDBcVQ GUsSklqqwWf3G1sMmPld9KaZFaeIW6v7wQD725njqRWG43COn3XhA6TM5LXl14qbFZgn TwbObPu6BK6sHprRcg0tBgcz+mWRJ9M2baqnqYzeiQ62I3ozhbOwdkHqfA/uXI9S1oq/ 6a+g== MIME-Version: 1.0 X-Received: by 10.182.60.233 with SMTP id k9mr9875677obr.34.1389390169837; Fri, 10 Jan 2014 13:42:49 -0800 (PST) Received: by 10.182.54.112 with HTTP; Fri, 10 Jan 2014 13:42:49 -0800 (PST) In-Reply-To: References: Date: Fri, 10 Jan 2014 22:42:49 +0100 Message-ID: To: Anatol Belski Cc: PHP Developers Mailing List Content-Type: multipart/alternative; boundary=001a11c1e8b887380504efa49b7a Subject: Re: [PHP-DEV] [RFC] 64 bit platform improvements for string length and integer From: nikita.ppv@gmail.com (Nikita Popov) --001a11c1e8b887380504efa49b7a Content-Type: text/plain; charset=ISO-8859-1 On Fri, Jan 10, 2014 at 3:58 PM, Anatol Belski wrote: > Hi, > > https://wiki.php.net/rfc/size_t_and_int64 > > The discussion time has come. The work on the feature branch continues. > The current patch is stable enough to be discussed. > What is the reason behind the renames of IS_LONG to IS_INT (and Z_LVAL to Z_IVAL etc), as well as the renames in zpp (s -> S, etc)? Why can't we keep the old names here? That should reduce the amount of ifndefs involved a lot, as you'd only have to do it for the type declarations themselves, not for every single usage. Or is the point here to intentionally provide a maximum amount of BC breakage, so code doesn't "accidentally" continue to run (e.g. I think that without the renames extensions could continue to run mostly without issue on 32bit.) Nikita --001a11c1e8b887380504efa49b7a--