Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76839 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1926 invoked from network); 23 Aug 2014 15:08:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2014 15:08:18 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.46 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.46 mail-qa0-f46.google.com Received: from [209.85.216.46] ([209.85.216.46:51590] helo=mail-qa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/41-21469-06EA8F35 for ; Sat, 23 Aug 2014 11:08:17 -0400 Received: by mail-qa0-f46.google.com with SMTP id v10so10644416qac.5 for ; Sat, 23 Aug 2014 08:08:14 -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=w3+7RC6LnTpRm3RQlimTL0L4McCYICQkxdDKWxf6OEs=; b=RgDKfkEy/1q2Ckdw6mc28qGrOYHQftCnFHAYMgmvsuM3OWU9D6JbM3PVZkO4CB6I3f 1txrjpglPPwNZyBE4YHUqkRmakU/1bEdAZiwYoZyzoet8d1MdwyDvXwDB2wQ8qMSDUfQ 8KHa4hKeajCX1G9E7cuZUuT7Aq04gvuo6xzii5gWSw6x9PaiukoqCu/cbYzgze2JF8or Ym/VbohVKxghuDtjOdUdnpkP4oBu/KfY3Tu+aPHY5BOLEvGltCp+jw3rsuWh17560zhO xEvNDP+uJHHzzBUQTN+GeJgvDJpIHHWGm5rpaxM0xih3UkzgQoMSmV7bLnNQzj7ph6gB umJQ== MIME-Version: 1.0 X-Received: by 10.229.68.131 with SMTP id v3mr18246731qci.10.1408806494222; Sat, 23 Aug 2014 08:08:14 -0700 (PDT) Received: by 10.140.95.146 with HTTP; Sat, 23 Aug 2014 08:08:14 -0700 (PDT) Received: by 10.140.95.146 with HTTP; Sat, 23 Aug 2014 08:08:14 -0700 (PDT) In-Reply-To: <61D8CF75-5F77-4DD9-A85F-96AB37464CD7@ajf.me> References: <489C10C0-4C10-4791-AFF0-8991AB718185@ajf.me> <61D8CF75-5F77-4DD9-A85F-96AB37464CD7@ajf.me> Date: Sat, 23 Aug 2014 17:08:14 +0200 Message-ID: To: Andrea Faulds Cc: Dmitry Stogov , Anatol Belski , PHP internals , Nikita Popov Content-Type: multipart/alternative; boundary=001a11339592a549cb05014d5264 Subject: Re: [PHP-DEV] [RFC] Better type names for int64 RFC From: pierre.php@gmail.com (Pierre Joye) --001a11339592a549cb05014d5264 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Aug 23, 2014 5:02 PM, "Andrea Faulds" wrote: > > > On 23 Aug 2014, at 16:00, Pierre Joye wrote: > > > uint32_t for zend_uint (solving the > > zend_uint vs zend_into_t). > > uint32_t isn=E2=80=99t universally available. MSVC 2010 does not have it,= for example. It would be nice to at least read the code before commenting in this thread= . We have types detections in place, since long for windows, and 5.4 or 5.5 for other platforms. It is only matter to use the php_stdint file in the engine. --001a11339592a549cb05014d5264--