Re: [PHP-DEV] Make namespace part of runtime

2021-08-29 Thread Olle Härstedt
2021-08-29 5:12 GMT+02:00, Mike Schinkel : > > >> On Aug 28, 2021, at 5:12 PM, Olle Härstedt >> wrote: >> >> 2021-08-27 23:07 GMT+02:00, Rowan Tommins > >: >>> On 27/08/2021 20:47, Olle Härstedt wrote: As a followup for my previous post, I think this could be a

Re: [PHP-DEV] Make namespace part of runtime

2021-08-28 Thread Mike Schinkel
> On Aug 28, 2021, at 5:12 PM, Olle Härstedt wrote: > > 2021-08-27 23:07 GMT+02:00, Rowan Tommins >: >> On 27/08/2021 20:47, Olle Härstedt wrote: >>> As a followup for my previous post, I think this could be a good place >>> to start to enable attribute writers

Re: [PHP-DEV] Make namespace part of runtime

2021-08-28 Thread Olle Härstedt
2021-08-27 23:07 GMT+02:00, Rowan Tommins : > On 27/08/2021 20:47, Olle Härstedt wrote: >> As a followup for my previous post, I think this could be a good place >> to start to enable attribute writers to create encapsulation mechanics >> for composition, like namespace visibility, "internal" acces

Re: [PHP-DEV] Make namespace part of runtime

2021-08-27 Thread Mike Schinkel
> On Aug 27, 2021, at 5:07 PM, Rowan Tommins wrote: > > On 27/08/2021 20:47, Olle Härstedt wrote: >> As a followup for my previous post, I think this could be a good place >> to start to enable attribute writers to create encapsulation mechanics >> for composition, like namespace visibility, "int

Re: [PHP-DEV] Make namespace part of runtime

2021-08-27 Thread Rowan Tommins
On 27/08/2021 20:47, Olle Härstedt wrote: As a followup for my previous post, I think this could be a good place to start to enable attribute writers to create encapsulation mechanics for composition, like namespace visibility, "internal" access or friend classes. In my experience PHP projects

[PHP-DEV] Make namespace part of runtime

2021-08-27 Thread Olle Härstedt
Hi, As a followup for my previous post, I think this could be a good place to start to enable attribute writers to create encapsulation mechanics for composition, like namespace visibility, "internal" access or friend classes. There's an outline to an idea by Nikic here: https://github.com/php/ph