Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86695 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25433 invoked from network); 15 Jun 2015 23:41:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2015 23:41:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=marcio.web2@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=marcio.web2@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.53 as permitted sender) X-PHP-List-Original-Sender: marcio.web2@gmail.com X-Host-Fingerprint: 209.85.213.53 mail-yh0-f53.google.com Received: from [209.85.213.53] ([209.85.213.53:33445] helo=mail-yh0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/98-15639-AA26F755 for ; Mon, 15 Jun 2015 19:41:30 -0400 Received: by yhpn97 with SMTP id n97so619707yhp.0 for ; Mon, 15 Jun 2015 16:41:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=xKPJlp9Na9yHown71v5ki4kt7QYWfi9024WpHqMrmcQ=; b=NTIfmVRja+4tyqQUF3+BH5SLzorzViMb/EphYRTrRqvueZ3GhkEnGhMJJ8Qfwlqz2h E6onmzkDgLNPtghQLfgh6T8AKVNSXm14teXuMcRE0lMEdn9ZtUlzDjRFcxlS/o02Gjq/ B3b4hx+vN9WSL4ifRlN0ozxL1Mf3RrWb9k6FZOLQqSky5ZxvAW1/alAram4hVXofa/QP Jd1KrPwYkTkUr4rt37K+jotcjIOoaua2S9TqpGZVRiToqFrlHsOLGwgJmxbi7JsAqDJ1 WHVDiqPdcts90HfI+NmrENJyCakdGnVHjN2/29luLRRqDULnvB/VOtFEP2eBuN6SgMSu G2aQ== X-Received: by 10.170.127.143 with SMTP id t137mr32171343ykb.24.1434411687836; Mon, 15 Jun 2015 16:41:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.36.7 with HTTP; Mon, 15 Jun 2015 16:41:07 -0700 (PDT) In-Reply-To: <514835D5-2B24-4B09-A071-6AC6DEBE04A4@icicle.io> References: <971AB39D-1E20-43E8-9CF1-A7F67E3C14C3@icicle.io> <556363D3.1040902@gmail.com> <12C3389A-AFF5-42CA-8190-E4227309DAED@icicle.io> <016201d0a6bf$96e37dc0$c4aa7940$@belski.net> <0A4CC87D-2E54-4202-9AA2-22856F0B6011@icicle.io> <008701d0a762$4348c320$c9da4960$@belski.net> <36F7469F-7D86-43F6-ABC7-9252DF707BFC@icicle.io> <01c901d0a7ae$a18a06f0$e49e14d0$@belski.net> <514835D5-2B24-4B09-A071-6AC6DEBE04A4@icicle.io> Date: Mon, 15 Jun 2015 20:41:07 -0300 Message-ID: To: Aaron Piotrowski Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] Throwable Interface From: marcio.web2@gmail.com (Marcio Almada) Hi, 2015-06-15 19:25 GMT-03:00 Aaron Piotrowski : > >> On Jun 15, 2015, at 4:02 PM, Anatol Belski wrote= : >> I would then suggest Aaron to stick to the minimal voting period (announ= cing this as early as possible), if the voting passes - then merge the bran= ch on Wednesday. This way we would have nearly one week to test and do fixe= s in master. >> >> Kalle, Ferenc, how do you feel about this? >> > > > > Is changing the voting dates on the RFC to run only through tomorrow > allowed? If so, I can make that change so it can be merged this week. > > Regards, > Aaron Piotrowski I second that. Right now many projects are awaiting to move towards php7 testing due to issues like https://github.com/sebastianbergmann/phpunit/issues/1748. It would be great to get the next alpha with the fixed exception hierarchy, in case the release managers agree. M=C3=A1rcio