Re: [PHP-DEV] Namespace-private class properties

2020-09-21 Thread Rowan Tommins
On 21/09/2020 17:13, Michael Morris wrote: Next thing to consider - we have the problem of having already used the protected keyword in PHP, and honestly I prefer PHP's interpretation of the word. I think it's actually Java that's the outlier here: PHP's meaning of "protected" corresponds

Re: [PHP-DEV] Namespace-private class properties

2020-09-21 Thread Olle Härstedt
2020-09-21 16:13 GMT, Michael Morris : > This sort of thing would be useful. Drupal and Symfony both mark methods in > their libraries that aren't supposed to be used externally, but people do > anyway and then they get mad at the framework developers when they decide > to rearrange what are

Re: [PHP-DEV] Namespace-private class properties

2020-09-21 Thread Michael Morris
This sort of thing would be useful. Drupal and Symfony both mark methods in their libraries that aren't supposed to be used externally, but people do anyway and then they get mad at the framework developers when they decide to rearrange what are supposed to be internal methods. I wrote a userland

[PHP-DEV] Re: Decoding cookie names

2020-09-21 Thread Christoph M. Becker
On 21.09.2020 at 03:22, Stanislav Malyshev wrote: > Hi! > > In one of the bug reports there was a question raised - should PHP be > decoding cookie names? Right now it does. The standard is pretty much > silent on this, and looks like such behavior leads to security problems: >