Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77328 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47950 invoked from network); 19 Sep 2014 08:04:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Sep 2014 08:04:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.170 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.212.170 mail-wi0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:36354] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/30-44461-B93EB145 for ; Fri, 19 Sep 2014 04:04:44 -0400 Received: by mail-wi0-f170.google.com with SMTP id em10so639911wid.5 for ; Fri, 19 Sep 2014 01:04:40 -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 :content-type; bh=3DLfC7eM6aSMaTXtVYG41YBxso+ZmZKEgCn3MBHP2a8=; b=n7IuWhdYiq/GVz8XPBm+OXbMFHGEm3YgBzKWk4hog39G8B+VQXeJVTRByAR+PQGmBL fks4ii4BXEdBX8S8BAOwh26K/Rte0XzE+VsAMngJTG0LC78XeOiULJFmTDA8kgi2NiyQ t3t7rrrWnA1TSLGiWp7U/LjNDyLKp+8TfQAmKIZYRYdRxV989iPTtCYHf8cfZGdlSipb iYQ5mtuTH/FhPO4fUc6DpD/pcyDI0tPq2kYeNt/4TM4g/fSvKdSh2VmwKgY6IFKLbSbC v9WI1z38FEsxRWhrRwzYrYeiUmnCeTBunMbVoHeBHgQodw5hne3uDwXvqbE8nCr/9XRX ILlQ== MIME-Version: 1.0 X-Received: by 10.180.86.73 with SMTP id n9mr50392405wiz.30.1411113880528; Fri, 19 Sep 2014 01:04:40 -0700 (PDT) Received: by 10.216.78.200 with HTTP; Fri, 19 Sep 2014 01:04:40 -0700 (PDT) In-Reply-To: References: Date: Fri, 19 Sep 2014 09:04:40 +0100 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [RFC] 64 bit format codes for pack() and unpack() From: leight@gmail.com (Leigh) On 12 September 2014 22:30, Leigh wrote: > Hi list, > > I would like to propose the addition of format codes for pack() and > unpack() to work with 64 bit integers. > > https://wiki.php.net/rfc/pack_unpack_64bit_formats Dear list, If there are no outstanding issues in one weeks time (2014-09-26) then this RFC will go to vote, requiring a 50%+1 majority to pass. Cheers, Leigh.