Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77164 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53612 invoked from network); 12 Sep 2014 21:30:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Sep 2014 21:30:11 -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.175 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.212.175 mail-wi0-f175.google.com Received: from [209.85.212.175] ([209.85.212.175:44572] helo=mail-wi0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/12-27276-1E563145 for ; Fri, 12 Sep 2014 17:30:09 -0400 Received: by mail-wi0-f175.google.com with SMTP id cc10so1361544wib.2 for ; Fri, 12 Sep 2014 14:30:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=ms9mnFtv6evAzBWaMw0oF8ZVGJxM30KsdfT7yp0Ljrc=; b=zkFBqRbIGGmZr5+X+FyKtJyAZKtuLGsfkLbb+dJ+wbO1XFjL3NLTr7ugMB9pzD7Nbb wnoMbsZ9UypX44KM4HRlb5Gg/LA2tyaJLb51KM4ymnuYMyFgV/c8BLnwy7eOv2m+Q2mP Omgo5S0z8PbknUhJSVjKpbL9+YF+HROwnctuFOj1x8IegcI/Zv+2BKOZY3rWhNwUND8R 9mzV56vzXWRr8eeVDeOF44rAKIs73/7cn2dkkh78RVx22lcek6/8YHJE1y9LmeKWPiW2 Af7kFgvdP+5eY0nVoWimLk19aRRQ4nGz529mO11LLdjSlmFuJR1NsLrzBv2SKPFtMBIv dLJg== MIME-Version: 1.0 X-Received: by 10.180.187.7 with SMTP id fo7mr5683806wic.58.1410557405733; Fri, 12 Sep 2014 14:30:05 -0700 (PDT) Received: by 10.216.78.200 with HTTP; Fri, 12 Sep 2014 14:30:05 -0700 (PDT) Date: Fri, 12 Sep 2014 22:30:05 +0100 Message-ID: To: internals@lists.php.net Cc: pierre.php@gmail.com Content-Type: text/plain; charset=UTF-8 Subject: [RFC] 64 bit format codes for pack() and unpack() From: leight@gmail.com (Leigh) Hi list, I would like to propose the addition of format codes for pack() and unpack() to work with 64 bit integers. Pierre suggested I create an RFC for this. https://wiki.php.net/rfc/pack_unpack_64bit_formats The RFC proposes both perl-compatible, and perl-incompatible codes, however I think they all make sense for PHP. Please review and discuss the proposed changes and see how you feel about them, Thanks, Leigh. P.S @andrea your comments from the original thread are addressed in the RFC.