AW: AW: [PHP-DEV] [RFC] Package private class

2014-12-23 Thread Robert Stoll
> -Ursprüngliche Nachricht- > Von: Stanislav Malyshev [mailto:smalys...@gmail.com] > Gesendet: Dienstag, 23. Dezember 2014 19:34 > An: Robert Stoll; 'Leigh'; guilhermebla...@gmail.com > Cc: 'PHP internals' > Betreff: Re: AW: [PHP-DE

Re: AW: [PHP-DEV] [RFC] Package private class

2014-12-23 Thread Stanislav Malyshev
Hi! > > namespace ch.tutteli.foo{ public for ch.tutteli.bar, ch.tsphp* > private class Foo{} } This looks like a recipe for totally unmaintainable situation, where each class has its own list of places where it is visible, and the lists are different for each class. I can kind of get when the p

AW: [PHP-DEV] [RFC] Package private class

2014-12-23 Thread Robert Stoll
> -Ursprüngliche Nachricht- > Von: Leigh [mailto:lei...@gmail.com] > Gesendet: Dienstag, 23. Dezember 2014 04:34 > An: guilhermebla...@gmail.com > Cc: PHP internals > Betreff: Re: [PHP-DEV] [RFC] Package private class > > On 23 December 2014 at 00:32, guilhermebla...@gmail.com > wrote: