Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54429 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34914 invoked from network); 6 Aug 2011 16:39:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2011 16:39:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.210.43 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.210.43 mail-pz0-f43.google.com Received: from [209.85.210.43] ([209.85.210.43:46157] helo=mail-pz0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/00-34644-53E6D3E4 for ; Sat, 06 Aug 2011 12:39:18 -0400 Received: by pzk1 with SMTP id 1so5026092pzk.2 for ; Sat, 06 Aug 2011 09:39:14 -0700 (PDT) Received: by 10.143.29.13 with SMTP id g13mr3333208wfj.387.1312648754439; Sat, 06 Aug 2011 09:39:14 -0700 (PDT) Received: from [192.168.200.5] (c-50-131-46-20.hsd1.ca.comcast.net [50.131.46.20]) by mx.google.com with ESMTPS id i2sm1652404wfd.8.2011.08.06.09.39.12 (version=SSLv3 cipher=OTHER); Sat, 06 Aug 2011 09:39:13 -0700 (PDT) Message-ID: <4E3D6E30.3090206@lerdorf.com> Date: Sat, 06 Aug 2011 09:39:12 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110627 Thunderbird/5.0 MIME-Version: 1.0 To: Ferenc Kovacs CC: "Jonah H. Harris" , PHP Development References: <4CDC218F.4020309@oracle.com> <4CDCACB8.5040702@cubiclesoft.com> <4CDCBD75.2070909@cubiclesoft.com> In-Reply-To: X-Enigmail-Version: 1.2pre Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Supporting Binary Notation for Integers From: rasmus@lerdorf.com (Rasmus Lerdorf) On 08/06/2011 03:54 AM, Ferenc Kovacs wrote: > whats the status of this? > should we create a formal vote in the wiki? The status of binary notation for integers? Did you miss it? Yes, there was a vote, and yes the feature is already in alpha3 which was released last week. https://wiki.php.net/rfc/binnotation4ints http://svn.php.net/viewvc?view=revision&revision=313756 -Rasmus