Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76789 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91909 invoked from network); 22 Aug 2014 06:56:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2014 06:56:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.53 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.53 mail-qa0-f53.google.com Received: from [209.85.216.53] ([209.85.216.53:50532] helo=mail-qa0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 36/81-15848-6B9E6F35 for ; Fri, 22 Aug 2014 02:56:54 -0400 Received: by mail-qa0-f53.google.com with SMTP id v10so9198395qac.26 for ; Thu, 21 Aug 2014 23:56:51 -0700 (PDT) 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=hy19PW7OhH4Sxs7bNXZAv8HnsjqYl4AhTNyuaevUGV0=; b=PVUVKqVqASEViPcso69R8bXvFZaE4lyDM81yab8mMcvGcNsF/IX59nVkEU7dLZ4Ny1 v/8NpuMRiGirejSOhbVm7PBJzjPbNZpKUtiKJVaWPsDg0veFhg00/AJ9O+ifsN/DXDIt gJV4G87uqATylJijnY4KSpFu15ZAMIrf2XAfQdNtU94XDeBv9pJnp0V24wCfX4x06KmE M1IfmTgXNOiKevQISSs2qwg64j6WRCW/XAiP012W14HFJxn3Rb3CDL3QlM7mLjEiYbyp DfHfKBK5lwYmPvvX1iE+20fy6wCb1kB/YfaK0chy10u4u5P3x9Nmz0SEjrgCgP1fLCFO ZbqA== MIME-Version: 1.0 X-Received: by 10.224.47.130 with SMTP id n2mr5080449qaf.87.1408690611369; Thu, 21 Aug 2014 23:56:51 -0700 (PDT) Received: by 10.140.95.146 with HTTP; Thu, 21 Aug 2014 23:56:51 -0700 (PDT) In-Reply-To: References: Date: Fri, 22 Aug 2014 08:56:51 +0200 Message-ID: To: Dmitry Stogov Cc: Nikita Popov , PHP Internals , Anatol Belski Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] 64-bit integers and 64-bit string length patch is ready to be merged From: pierre.php@gmail.com (Pierre Joye) On Fri, Aug 22, 2014 at 8:45 AM, Dmitry Stogov wrote: > zend_long/zend_ulong without renaming everything else would be a perfect > solution from my point of view. Again, no. long is the worst type ever, be as type or in names (ppl then use this type to match the macro names). If there is a need for clearer names, we can deal with that later. Maybe Andrea will do it with her bigint patch. But using names that do not actually represent what they actually use is a no go. By the way, we have the same issue for the zend_string macros, just damned confusing and the amount of fixes about their usage confirm that. Cheers, -- Pierre @pierrejoye | http://www.libgd.org