Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79468 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39191 invoked from network); 8 Dec 2014 08:22:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2014 08:22:46 -0000 Authentication-Results: pb1.pair.com header.from=laruence@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=xinchen.h@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.217.179 as permitted sender) X-PHP-List-Original-Sender: xinchen.h@zend.com X-Host-Fingerprint: 209.85.217.179 mail-lb0-f179.google.com Received: from [209.85.217.179] ([209.85.217.179:33185] helo=mail-lb0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/10-37138-2DF55845 for ; Mon, 08 Dec 2014 03:22:42 -0500 Received: by mail-lb0-f179.google.com with SMTP id z11so3325960lbi.10 for ; Mon, 08 Dec 2014 00:22:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=kOcOPWFWEUj1mBVDZKxjuvsItPSebrXSdWe0i2Qma7I=; b=ero7mpO302GvW75C4S6MjdUCSgdUVzFOwNvRxh5UnZZuCq0SbqesRQf0Aj2GK38icq JotL5nYzJKB3BCWInSJBumvIJ2w67Uxo2qObkxv76J0EgHvUPo3NdjGpIIi2tRek9Xe3 iE5unHgDWKKYbGIUkO0i7K7+F/dez9e1MsJcnWtwPwNxKfAqUlQpfRMr/iIg34ltPR/a 9IpqQwKecU84rDW8im+GZJIIwXCwx2lCU+1wVVANhDeIq3SgXn/751UZNdS5WoqmvK4C vvmzeW5dpdyhMAYeZnefjxEx5+91vZYpGqFLZohOX657ocKoVoToHo5bW4vTMrB7a+OX VUGQ== X-Gm-Message-State: ALoCoQlKIJyG8yTa+fQa83R0QUS0jjrF5+rcfuPxwGxyVyu0qH6/bB2ONdki9P9/dKWor7ieLjhb01o7SWwdw4vsazQJ3CZyDQAa0h85H4aQ5oMcolDlLMA1fwMgN0hM/78fcJvtBesftVGgE6VcucVAiFnhY/NdyQ== X-Received: by 10.152.36.232 with SMTP id t8mr15126948laj.6.1418026959189; Mon, 08 Dec 2014 00:22:39 -0800 (PST) Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com. [209.85.217.174]) by mx.google.com with ESMTPSA id xh2sm10625732lbb.7.2014.12.08.00.22.37 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 08 Dec 2014 00:22:37 -0800 (PST) Received: by mail-lb0-f174.google.com with SMTP id 10so1825179lbg.33 for ; Mon, 08 Dec 2014 00:22:37 -0800 (PST) X-Received: by 10.112.185.68 with SMTP id fa4mr15310290lbc.84.1418026957079; Mon, 08 Dec 2014 00:22:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.64.176 with HTTP; Mon, 8 Dec 2014 00:22:16 -0800 (PST) In-Reply-To: <42CB63B7-BB58-4A48-A738-08EF73D4395B@ajf.me> References: <24634FCA-EB3E-4805-A6D6-A1587A56C141@ajf.me> <42CB63B7-BB58-4A48-A738-08EF73D4395B@ajf.me> Date: Mon, 8 Dec 2014 16:22:16 +0800 Message-ID: To: Andrea Faulds Cc: internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: [VOTE][RFC] ZPP Failure on Overflow From: laruence@php.net (Xinchen Hui) Hey: On Mon, Dec 8, 2014 at 6:03 AM, Andrea Faulds wrote: > > Hi! > > We=E2=80=99re now half-way through voting on this RFC, and only three peo= ple, two if I=E2=80=99m excluded, have voted. I realise it=E2=80=99s a rath= er technical and obscure matter, but I am a little worried by how few peopl= e have voted so far. Three votes is hardly enough to justify a change. the current warning message is :" expects parameter 1 to be long, double given in %s on line %d" but maybe it should be something like: "expects parameter 1 to be long, double(which is beyond long range) given in %s on line %d"? since it's not the fault of double self, right? thanks > > If you missed the original announcement, hopefully this reminder will rea= ch you. Here it is, repeated: > >> On 2 Dec 2014, at 21:44, Andrea Faulds wrote: >> >> I=E2=80=99m putting the ZPP Failure on Overflow RFC to a vote. This RFC = is an important prerequisite to the Big Integer Support RFC, as it ensures = safety in implicit integer parameter conversions. >> >> The RFC requires a 2/3 majority, and voting starts today (2014-12-02) an= d ends in 10 days=E2=80=99 time next Friday (2014-12-12). >> >> Please read the RFC carefully. If you have any doubts or queries about t= he RFC, please don=E2=80=99t hesitate to ask me. >> >> The RFC and voting widget can be found here: https://wiki.php.net/rfc/zp= p_fail_on_overflow > > Thanks! > > -- > Andrea Faulds > http://ajf.me/ > > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --=20 Xinchen Hui @Laruence http://www.laruence.com/