Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77757 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15183 invoked from network); 3 Oct 2014 07:24:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Oct 2014 07:24:51 -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 74.125.82.41 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 74.125.82.41 mail-wg0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:47571] helo=mail-wg0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id ED/30-10205-04F4E245 for ; Fri, 03 Oct 2014 03:24:50 -0400 Received: by mail-wg0-f41.google.com with SMTP id b13so743714wgh.12 for ; Fri, 03 Oct 2014 00:24:45 -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=E3clMzbZAjGZtYCo/jT2aU4H7hZzwXkcpOxI/GLfzAA=; b=o3KXXc8+18OwEi41j5jfT/G5/UoSuHa5UKhpjcUINXzMeJqLsFSXb+hAlGIjTjZiH1 sgcCFmzacqRjsva+MaZI0+ZmxfbMHu51nqRK6uIPBbkOUI+1jQ+e+JRlIDGJB6Fpr8ZN FqDK76Xy7QSQIikNMg6pbopfoysX3hEGs8DfjN8JlU1BxhMrTYysZmrYUJRzO2skts9d Nh9FDpeVzka+r/OPPtHLgKUyb9O0RKkIxOAylJLnOj8xmJdie2tZ/4TGQD1mLRLYEk13 Vdjp6UiwTZhQiRtQrQZaZcM9qwzpuJSOwzD6y164QeJmzt0QebbqO3RunOEx3cHaCxyy Nwaw== MIME-Version: 1.0 X-Received: by 10.194.249.199 with SMTP id yw7mr1348855wjc.135.1412321079577; Fri, 03 Oct 2014 00:24:39 -0700 (PDT) Received: by 10.217.55.195 with HTTP; Fri, 3 Oct 2014 00:24:39 -0700 (PDT) In-Reply-To: References: Date: Fri, 3 Oct 2014 08:24:39 +0100 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [VOTE][RFC] 64 bit format codes for pack() and unpack() From: leight@gmail.com (Leigh) On 26 September 2014 08:58, Leigh wrote: > Voting is now open for this RFC. Voting closes around this time on the > 3rd of October 2014. > > https://wiki.php.net/rfc/pack_unpack_64bit_formats > > Thanks, > > Leigh. Voting is now closed. RFC accepted with 100% in favour. Pull request for the implementation: https://github.com/php/php-src/pull/812 Thanks all. Leigh.