Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84573 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99388 invoked from network); 11 Mar 2015 20:05:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Mar 2015 20:05:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:33269] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/00-32765-BFF90055 for ; Wed, 11 Mar 2015 15:05:15 -0500 Received: by lbdu14 with SMTP id u14so11463429lbd.0 for ; Wed, 11 Mar 2015 13:05:12 -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=ubs/l/IBvhfTgXG21EQLCa1y58rSNg+aY7S2pToWf2I=; b=hWFDVVkBQMF4zYK0wfJz8kjGNBxp4SE3/ukOwY235rkqOJ0uEdC0z22tpII/0YcRo5 szH5eWmoEMX+P/9KSEtojkFJa1Xrh2+gsbOt8JQ+L7wnByStYnH086fIXf2qaAlR2tSS 0Rsj/XnPGCre1Nwl2G8tUP8NqWM8SpslKSQF1I6bryYKOB7/NOLdfr72BNDCegvaXTOW T/PhM2otr0KXmHH39MKguBVhTTCwLECmuvy7qyJZdUxG3uGjkXrgEqgsF2DYXzihpbKM teyIts2/AnRtqmKsoH1mM0/a26/J5ya8wxsC6rjeUySIo/5oi7j5JR+IBymUzPRgyyMF AreQ== MIME-Version: 1.0 X-Received: by 10.112.150.131 with SMTP id ui3mr36420010lbb.62.1426104312136; Wed, 11 Mar 2015 13:05:12 -0700 (PDT) Received: by 10.112.181.41 with HTTP; Wed, 11 Mar 2015 13:05:10 -0700 (PDT) Received: by 10.112.181.41 with HTTP; Wed, 11 Mar 2015 13:05:10 -0700 (PDT) In-Reply-To: References: Date: Thu, 12 Mar 2015 07:05:10 +1100 Message-ID: To: Zeev Suraski Cc: PHP internals Content-Type: multipart/alternative; boundary=047d7b3a8108f00958051108c8ad Subject: Re: [PHP-DEV] [VOTE][RFC] Coercive Scalar Type Hints From: pierre.php@gmail.com (Pierre Joye) --047d7b3a8108f00958051108c8ad Content-Type: text/plain; charset=UTF-8 On Mar 12, 2015 2: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 Voted no for the following reasons: - change default casting, which has been working since years, consistently inconsistent - due to the previous nature of changes, we have no way to be sure we won't break anything badly out there - big changes in the RFC+patch between last discussions and vote. Should not be allowed, can't veto it so voted no > > > Thanks! > > > > Zeev --047d7b3a8108f00958051108c8ad--