Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84549 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44413 invoked from network); 11 Mar 2015 15:19:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Mar 2015 15:19:35 -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.215.42 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:42815] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/26-07702-60D50055 for ; Wed, 11 Mar 2015 10:19:35 -0500 Received: by lams18 with SMTP id s18so9516470lam.9 for ; Wed, 11 Mar 2015 08:19:32 -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=NFyqhlRBjuJ6QO6AlYlxeIxvmytRY+Rm8FkNoyP8ZZA=; b=F+uWYTQaXqp3ZEmrGnKt1zEphm7a4D6hdIzEKrV+gSviQ8ip8652vjaXA8Hdz0v8Ht TApc0TxW7LNt2F0ReD+VX2dph9MwFUXf09OZisAgy7+QKEZyGJ967GwmPOtO5IYqH91b AWbNujtOL/flLeAKEqMmeMl954Ql2mz7lGIxDk3AEohfhF3HBhosC5/HJt7lsS7gepyC Y4c7Gdpf3fR7iitXpITIj22FSbvKSicJfIlftw7DgmEej+gQD2o2A0Xx50rfrgMrUy6P 1CAvdUvSHd6kOpy5e4bCm6QbXWtU7FhnB78K/0STxQ3vGz59OxtLDuxcRRs8nw0nBAhb 0ftQ== MIME-Version: 1.0 X-Received: by 10.112.170.72 with SMTP id ak8mr33567944lbc.95.1426087171910; Wed, 11 Mar 2015 08:19:31 -0700 (PDT) Received: by 10.25.43.9 with HTTP; Wed, 11 Mar 2015 08:19:31 -0700 (PDT) In-Reply-To: References: Date: Wed, 11 Mar 2015 11:19:31 -0400 Message-ID: To: Zeev Suraski Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [VOTE][RFC] Coercive Scalar Type Hints From: ircmaxell@gmail.com (Anthony Ferrara) Zeev, Considering that there has not been any discussion of your final proposal (since the last change), I think putting it to vote prior to having the ability to test or discuss is extremely problematic. Especially considering every time we tried to test the proposal or discuss it before you said that you needed to "tweak the rules". Now opening vote without giving the ability for people to test it or discuss prior to voting is extremely bad form. I **strongly** suggest that you retract the vote and open discussion on the final proposal. Anthony On Wed, Mar 11, 2015 at 11:10 AM, Zeev Suraski wrote: > The vote on the Coercive Scalar Type Hints is now open for voting. > > > > The latest version of the RFC includes changes discussed on internals@ last > week: > > 1. Accept string->bool and int->bool conversions (false->bool is not > supported) > > 2. Accept leading/trailing spaces in string->number conversions. > > > > wiki.php.net/rfc/coercive_sth > > wiki.php.net/rfc/coercive_sth#vote > > > > Thanks! > > > > Zeev