[PHP-DEV] Re: Removal of ${} string interpolation in PHP 9

2022-05-21 Thread Ben Ramsey
On 5/20/22 04:05, Ilija Tovilo wrote: Hi everyone It was pointed out to me that unfortunately the "Deprecate ${} string interpolation" RFC didn't specify *how* the feature would be removed in PHP 9. https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation https://github.com/php/php-

[PHP-DEV] Re: Declaring tidyNode properties as readonly?

2022-05-21 Thread Ben Ramsey
On 5/9/22 02:17, Máté Kocsis wrote: Hi Internals, When I was working on making the properties of the tidy and tidyNode classes declared (https://github.com/php/php-src/pull/8515), I noticed that it doesn't make sense to write the properties of tidyNode, as the property changes won't have any eff

Re: [PHP-DEV] Global php.net login system with oAuth

2022-05-21 Thread Max Semenik
My impression was that every homebrewed part of infrastructure suffers from lack of maintainer (man|woman|person)power. In such conditions, adding more things to maintain sounds risky. What about more third-party OAuth instead? For a lot of use cases you mentioned, using GitHub login sounds more at