Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61262 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8263 invoked from network); 16 Jul 2012 00:05:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jul 2012 00:05:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.170 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qc0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:62791] helo=mail-qc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 89/02-20866-EDA53005 for ; Sun, 15 Jul 2012 20:05:50 -0400 Received: by qcmt36 with SMTP id t36so3456422qcm.29 for ; Sun, 15 Jul 2012 17:05:47 -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=HRhEclZ45R/pCWFscwyGCtnB0PkiYGlbVsdb8UQkxCY=; b=hNgtSUAtqg+3NaQjM2ZU36cyPj4A4I6qexXFXprdSrn/XRhW3E3kreMtw7aVzFS45C 3k+jGzOklGsAaD3WBRnt2v1Qn3bH0KqW5xsuJe3Z3/QrRbBo0MLnur1BJbZ2RgT7KezN tOOZ8s29zMtyfFRQ6XZNiMwJl0ckYRgvN6xig7xMRlklgHdJa8uEFRimiyXb39K6cLSw 4HQymBz1QB3VQ9Oov1erlB0RqN9JM7Eq6zVJiJzUJHIhywRyimouJYOmbAMOId+4wVJH 7XByzEf/l4ohle/PbHmk8hYroyrIdGXofwIzvmCTj8z3oeYpgBkuoblb3juwJl4s7wO1 Tnpw== MIME-Version: 1.0 Received: by 10.224.59.83 with SMTP id k19mr17932870qah.2.1342397147468; Sun, 15 Jul 2012 17:05:47 -0700 (PDT) Received: by 10.229.182.4 with HTTP; Sun, 15 Jul 2012 17:05:47 -0700 (PDT) In-Reply-To: References: Date: Sun, 15 Jul 2012 20:05:47 -0400 Message-ID: To: Brandon Wamboldt Cc: internals Content-Type: multipart/alternative; boundary=20cf3074b9d61f524b04c4e7311a Subject: Re: [PHP-DEV] Whats the status of the RFC for Scalar Type Casting Magic Methods From: ircmaxell@gmail.com (Anthony Ferrara) --20cf3074b9d61f524b04c4e7311a Content-Type: text/plain; charset=ISO-8859-1 Check out the conversation around it. Specifically: http://marc.info/?t=133082472400003&r=1&w=2 But also: http://marc.info/?t=133026833200004&r=1&w=2 So basically it just stopped. But that doesn't mean that it can't be resurrected or continued... Anthony On Sun, Jul 15, 2012 at 11:48 AM, Brandon Wamboldt < brandon.wamboldt@gmail.com> wrote: > https://wiki.php.net/rfc/object_cast_to_types > > What's the status of this RFC? I see it has a patch associated with it, and > was wondering if it would be something we'd see in 5.5 or 5.6. Does it need > to go through any sort of voting process? I'm sorry if this is the wrong > question for this mailing list, I'm new to it > --20cf3074b9d61f524b04c4e7311a--