Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79409 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11244 invoked from network); 4 Dec 2014 05:51:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2014 05:51:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=xinchen.h@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=laruence@php.net; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.217.177 as permitted sender) X-PHP-List-Original-Sender: xinchen.h@zend.com X-Host-Fingerprint: 209.85.217.177 mail-lb0-f177.google.com Received: from [209.85.217.177] ([209.85.217.177:37834] helo=mail-lb0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/6B-15597-466FF745 for ; Thu, 04 Dec 2014 00:51:34 -0500 Received: by mail-lb0-f177.google.com with SMTP id b6so3870350lbj.8 for ; Wed, 03 Dec 2014 21:51:29 -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=SpMBtFD6NkAcOT6wQHCE5SsoGZtz/a68rHELwAVyp0s=; b=Bh0mEb+U3fp+WLxmd7GXiapSAYq/y8Qoio5NJyjVd7ytV+S0XgZLQ0/4IgV5eRmEVr XrYlTF8N3hygcO3/Wzx1eJle4arFibMlpbz6P4WqHRpDzlbuTvTAW2visuZGSNu5gHTM 9Nrk1ktcZntgp5wjdUEOkLljVyyr4Bho2YroIT8Ne5Pfv1oyXROiHeXWcQqKimt8iMkj iVYbuZd9II/8TtconWXhFgC3EBl/WayvIkoSs7B8VuYif1G6uu5ZgQDLi4a/7/LoocaX QyK74CC3UOh5orc/i1nnDIL54WhWzyFOIcJqadIFtOqzW/32hJlQV19e6sUQ6gQ595bj Xkqw== X-Gm-Message-State: ALoCoQk3eKRqxR+J3NLGXd7jiZnNPGqJehLV+hQoNYfF7XM0YLt5D8aS+oHPw4PDb+6hy8Mwa/5Jg5afbYAozFnQ+D1yMvKc65AIkHD02LROT7GlLLELDqLvO9MlK2cJuy4RfmWqdygNyJII8678L7/4a+lGAZtYEg== X-Received: by 10.152.5.100 with SMTP id r4mr7654267lar.26.1417672289396; Wed, 03 Dec 2014 21:51:29 -0800 (PST) Received: from mail-lb0-f170.google.com (mail-lb0-f170.google.com. [209.85.217.170]) by mx.google.com with ESMTPSA id v7sm4703976lbb.2.2014.12.03.21.51.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 03 Dec 2014 21:51:27 -0800 (PST) Received: by mail-lb0-f170.google.com with SMTP id w7so13580434lbi.29 for ; Wed, 03 Dec 2014 21:51:27 -0800 (PST) X-Received: by 10.152.19.6 with SMTP id a6mr6403403lae.9.1417672287066; Wed, 03 Dec 2014 21:51:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.64.176 with HTTP; Wed, 3 Dec 2014 21:51:06 -0800 (PST) In-Reply-To: <24634FCA-EB3E-4805-A6D6-A1587A56C141@ajf.me> References: <24634FCA-EB3E-4805-A6D6-A1587A56C141@ajf.me> Date: Thu, 4 Dec 2014 13:51:06 +0800 Message-ID: To: Andrea Faulds Cc: internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [VOTE][RFC] ZPP Failure on Overflow From: laruence@php.net (Xinchen Hui) Hey: On Wed, Dec 3, 2014 at 5:44 AM, Andrea Faulds wrote: > Good evening once again, > > I=E2=80=99m putting the ZPP Failure on Overflow RFC to a vote. This RFC i= s an important prerequisite to the Big Integer Support RFC, as it ensures s= afety in implicit integer parameter conversions. > > The RFC requires a 2/3 majority, and voting starts today (2014-12-02) and= 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 th= e RFC, please don=E2=80=99t hesitate to ask me. > > The RFC and voting widget can be found here: https://wiki.php.net/rfc/zpp= _fail_on_overflow > > Thanks! I am not sure if I misunderstand your proposal.. I thought you proposal is only fail if double value is out of long range but from your patch, ext/date/tests/date_sunset_variation9.phpt is fails with a double value 12.*** (which is obviously not out of long range). 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/