Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88067 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28545 invoked from network); 6 Sep 2015 20:00:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Sep 2015 20:00:55 -0000 Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.179 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.212.179 mail-wi0-f179.google.com Received: from [209.85.212.179] ([209.85.212.179:33933] helo=mail-wi0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BE/00-26858-67B9CE55 for ; Sun, 06 Sep 2015 16:00:54 -0400 Received: by wicfx3 with SMTP id fx3so68660997wic.1 for ; Sun, 06 Sep 2015 13:00:51 -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 :content-type; bh=P/o8NfpTGIIsGvjzYt66rnWsGvTGkrtpiSQ6PsM5jfM=; b=w19HONN8NO6GZ9k3kdZ1GgTYisFbQroSM2pZ19iimHm5kPF117a2NAksGqoJhj79C+ kNlX8nxo71XDEX9xkNoagqrBcy7teWuiEgtGoFZJL9j7KNKC/6HKMXW6CO1W9tceOV9u Of0/LnGBKQJysXHpQbeJfn1Hg8bvODZhEtDwCIAuCSXl3RoZdcPlxBw++Qo5fvaermNv GWh4Nev74gs1oRXZvf/by3Xlqyr3CqasmeEfls2NbWRP6iNGr/K5+ghh16MRPJZTaq6w 84+STwtTcJQK6CdTVevf0PviznsGnYPi12ek73uByIHZbefg2tyxqXOBekE7ygm48ExE ZmcA== MIME-Version: 1.0 X-Received: by 10.180.106.99 with SMTP id gt3mr26428382wib.51.1441569651486; Sun, 06 Sep 2015 13:00:51 -0700 (PDT) Received: by 10.28.25.196 with HTTP; Sun, 6 Sep 2015 13:00:51 -0700 (PDT) In-Reply-To: References: Date: Mon, 7 Sep 2015 08:00:51 +1200 Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [RFC] [Vote] Random Functions Throwing Exceptions in PHP 7.0.0 From: ircmaxell@gmail.com (Anthony Ferrara) Voting is now closed. The proposal is accepted 28:2. I will merge PR #1379 to master tomorrow (to give time for a final code-review). https://github.com/php/php-src/pull/1397 Thanks all! Anthony On Sun, Aug 30, 2015 at 6:54 PM, Anthony Ferrara wrote: > All, > > I have opened voting for the Random Functions Throwing Exceptions RFC > as the required week of discussion time has passed with minimal > discussion. > > https://wiki.php.net/rfc/random-function-exceptions > > Voting will close at 07:00 UTC on Sunday, September 6 (1 week from today). > > Anthony