Re: [PHP-DEV] Re: [RFC][VOTE] Password Digest Mechanism Registry

2018-11-06 Thread Sara Golemon
On Tue, Nov 6, 2018 at 11:40 AM Christoph M. Becker wrote: > > On 06.11.2018 at 17:58, Sara Golemon wrote: > > > Reminder that this RFC is mostly non user facing, it just provides > > mechanisms for extensions to register hashing handlers for the > > password_*() functions. The primary user-facin

[PHP-DEV] Re: [RFC][VOTE] Password Digest Mechanism Registry

2018-11-06 Thread Christoph M. Becker
On 06.11.2018 at 17:58, Sara Golemon wrote: > Reminder that this RFC is mostly non user facing, it just provides > mechanisms for extensions to register hashing handlers for the > password_*() functions. The primary user-facing effect of this is > that password scheme identifiers have changed. T

[PHP-DEV] [RFC][VOTE] Password Digest Mechanism Registry

2018-11-06 Thread Sara Golemon
There's been no further discussion about password digest registry after the initial post on 15 Oct despite a reminder post a week later, so I'm going to go ahead and move the RFC into voting. https://wiki.php.net/rfc/password_registry Reminder that this RFC is mostly non user facing, it just provi

Re: [PHP-DEV] [RFC] [VOTE] Preloading

2018-11-06 Thread Levi Morrison
On Tue, Nov 6, 2018 at 3:05 AM Dmitry Stogov wrote: > > Hi internals, > > > The preloading RFC is turned into voting state. > > > https://wiki.php.net/rfc/preload > > > Many thanks to Anatol, MZPERX and Xinchen for testing. > > I hope, most of the implementation issues should be fixed now. > > > T

Re: [PHP-DEV] [RFC] [VOTE] Preloading

2018-11-06 Thread Dmitry Stogov
On 11/6/18 2:35 PM, Christoph M. Becker wrote: > On 06.11.2018 at 12:00, Dan Ackroyd wrote: > >> On Tue, 6 Nov 2018 at 10:05, Dmitry Stogov wrote: >> >>> The preloading RFC is turned into voting state. >> Apologies if it's been asked before but from: >> >>> Only classes without unresolved parent,

Re: [PHP-DEV] [RFC] [VOTE] Preloading

2018-11-06 Thread Christoph M. Becker
On 06.11.2018 at 12:00, Dan Ackroyd wrote: > On Tue, 6 Nov 2018 at 10:05, Dmitry Stogov wrote: > >> The preloading RFC is turned into voting state. > > Apologies if it's been asked before but from: > >> Only classes without unresolved parent, interfaces, traits and constant >> values may be pre

Re: [PHP-DEV] [RFC] [VOTE] Preloading

2018-11-06 Thread Dan Ackroyd
Hi Dmitry, On Tue, 6 Nov 2018 at 10:05, Dmitry Stogov wrote: > > Hi internals, > > > The preloading RFC is turned into voting state. Apologies if it's been asked before but from: > Only classes without unresolved parent, interfaces, traits and constant > values may be preloaded. If a class doesn

[PHP-DEV] [RFC] [VOTE] Preloading

2018-11-06 Thread Dmitry Stogov
Hi internals, The preloading RFC is turned into voting state. https://wiki.php.net/rfc/preload Many thanks to Anatol, MZPERX and Xinchen for testing. I hope, most of the implementation issues should be fixed now. Thanks. Dmitry.