Re: [PHP-DEV] Proposal: namespace the SPL

2021-02-24 Thread Levi Morrison via internals
On Thu, Feb 18, 2021 at 7:48 AM Levi Morrison wrote: > > On Thu, Feb 11, 2021 at 9:39 AM Levi Morrison wrote: > > > > Hello, everyone, > > > > There has been a lot of disagreement about namespacing, and people > > seem to have different viewpoints. I am not sure how to reconcile this > > broader

Re: [PHP-DEV] Proposal: namespace the SPL

2021-02-18 Thread Levi Morrison via internals
On Thu, Feb 11, 2021 at 9:39 AM Levi Morrison wrote: > > Hello, everyone, > > There has been a lot of disagreement about namespacing, and people > seem to have different viewpoints. I am not sure how to reconcile this > broader discussion. > > However, there are certain names in the global namespa

Re: [PHP-DEV] Proposal: namespace the SPL

2021-02-11 Thread Rowan Tommins
On 11/02/2021 16:39, Levi Morrison wrote: 2. Any new types going into `ext/spl` use the `Spl` namespace. New types added to `ext/spl` should be either related to data structures or iterators, which is the bulk of what the SPL is. a. This rule is to help prevent the SPL from becoming the d