Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103420 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 41049 invoked from network); 4 Nov 2018 23:54:27 -0000 Received: from unknown (HELO mail-wr1-f53.google.com) (209.85.221.53) by pb1.pair.com with SMTP; 4 Nov 2018 23:54:27 -0000 Received: by mail-wr1-f53.google.com with SMTP id j17-v6so2077959wrq.11 for ; Sun, 04 Nov 2018 12:12:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=/eb6h3vEiIHZaOB+XR0oHs7d2WBQ1O+Ukz7yVaJPlM4=; b=HD3DuLCu7x+P616AwuTpda+XRKwRGNfYmbxsWjkMwlkf7vFUxpcmTiexmeKRO/9frq lzVIOs5X5trVnYRlt8LprxerCauYd1M9UMs2Y/GbzN9LhAdV85JNV0nm445qmR2FH4xK SIonInpBkOJv04tVmLee0c/75nk8eKKzn/epmj1SuMHyar6w1w7n1uNEID/RH7gNpkr3 pFaVEer4qH+UFwkuOjpCpf8eKIGwBe2Zs60UcDHtybnZA8o5mzpmpytQAhrIievO+rnk 3IHLXjeMF7VJEiimwQJbX/xo0tbZJXMng8JGFOVQyEr78yYs+0CYTzdt6hXudLwmraFI 5JSw== X-Gm-Message-State: AGRZ1gL53NGFdG5BWV3DNbq4HRou5+2WbdDpOaRLUpRvdDQBKBAw7lNv m0ORXQB8o4ozgSH0Fk4YnmbqlKWw2oSSJE7KSNC0kdWJuC6p2Q== X-Google-Smtp-Source: AJdET5dZlslu+dB7W4a7h+1OZ7IfWQk84mjkUwfuVDeT4US6srQcL6HpDmU6YSK+LVc2U2uZ5OBfFBgcWWv3uK6p2Uo= X-Received: by 2002:adf:dc0d:: with SMTP id t13-v6mr2673330wri.107.1541362343659; Sun, 04 Nov 2018 12:12:23 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Sun, 4 Nov 2018 21:12:12 +0100 Message-ID: To: me@sammyk.me Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] [VOTE] Improve openssl_random_pseudo_bytes() From: php.net@majkl578.cz (Michael Moravec) On Fri, 2 Nov 2018 at 20:30, Sammy Kaye Powers wrote: > > Hey internals! > > Given there has been at least two weeks of discussion around the RFC, > "Improve openssl_random_pseudo_bytes()" and there doesn't seem to be > any outstanding issues, I have moved the RFC into voting phase. > > The voting period lasts two weeks; from now until 2018-11-16. > > The RFC can be found here: > https://wiki.php.net/rfc/improve-openssl-random-pseudo-bytes > > Happy voting! :) Hi, the "Backward Incompatible Changes" section fails to mention that this function will start throwing an exception in next MINOR PHP version (7.4) in all existing code. As such this is quite heavy BC break. I think this should be clarified in the "Backward Incompatible Changes" section, the RFC postponed to 8.0 (as majors are for BC breaks) and restarted. Thanks, Michael