Re: [PHP-DEV] [RFC] Deprecations for PHP 8.1

2021-04-19 Thread Kamil Tekiela
Hi Nikita, I would like to propose a deprecation of FILTER_SANITIZE_STRING. This is a very dubious filter that has almost no use. It removes NUL bytes, encodes single and double quotes in HTML, and removes anything between < and optional >. It does not function the same as strip_tags() as

RE: [PHP-DEV] [RFC] [Draft] Final constants

2021-04-19 Thread CHU Zhaowei
Hi Mate, Can I ask why you use late static binding while you don't want your constant value to be changed/overridden by child classes? IMHO, `self::FOO` is all you need. Regards, CHU Zhaowei -Original Message- From: Máté Kocsis Sent: Sunday, April 18, 2021 10:20 PM To: PHP Internals

Re: [PHP-DEV] [RFC] [Discussion] Adding return types to internal methods

2021-04-19 Thread Máté Kocsis
> > I strongly prefer either TentativeReturnType or ReturnTypeWillChange yes > (ReturnTypeWillChange would work for me.) > Alright, I've just changed it for ReturnTypeWillChange. Máté

Re: [PHP-DEV] Unable to log in to wiki.php.net

2021-04-19 Thread Aleksander Machniak
On 19.04.2021 17:03, Gabriel Caruso wrote: > You need to reset it: https://externals.io/message/113981#113981 :) Thanks. All's good now. I guess you can add me to the list of users confused by the password change. -- Aleksander Machniak Kolab Groupware Developer[https://kolab.org]

Re: [PHP-DEV] Unable to log in to wiki.php.net

2021-04-19 Thread Sara Golemon
On Mon, Apr 19, 2021 at 9:59 AM Marco Pivetta wrote: > On Mon, Apr 19, 2021, 16:56 Aleksander Machniak wrote: > > > I was about to log in to vote on some RFCs, but I cannot log in. I reset > > the password twice, the new passwords didn't work either. > > > > My username is 'alec'. Could someone

Re: [PHP-DEV] Unable to log in to wiki.php.net

2021-04-19 Thread Gabriel Caruso
On Mon, 19 Apr 2021, 16:59 Marco Pivetta, wrote: > On Mon, Apr 19, 2021, 16:56 Aleksander Machniak wrote: > > > I was about to log in to vote on some RFCs, but I cannot log in. I reset > > the password twice, the new passwords didn't work either. > > > > My username is 'alec'. Could someone

Re: [PHP-DEV] Unable to log in to wiki.php.net

2021-04-19 Thread Marco Pivetta
On Mon, Apr 19, 2021, 16:56 Aleksander Machniak wrote: > I was about to log in to vote on some RFCs, but I cannot log in. I reset > the password twice, the new passwords didn't work either. > > My username is 'alec'. Could someone verify that? > Similar issues here ✋

[PHP-DEV] Unable to log in to wiki.php.net

2021-04-19 Thread Aleksander Machniak
I was about to log in to vote on some RFCs, but I cannot log in. I reset the password twice, the new passwords didn't work either. My username is 'alec'. Could someone verify that? -- Aleksander Machniak Kolab Groupware Developer[https://kolab.org] Roundcube Webmail Developer

Re: [PHP-DEV] [RFC] [Discussion] Adding return types to internal methods

2021-04-19 Thread Nicolas Grekas
> Thank you, Nikita, for the wise wrap-up about the general problem and the > possible solutions! > > I think as far as the original motivation is concerned (adding return types > > to internal methods), the RFC as proposed does well. The only thing I > would > > change is to add the

[PHP-DEV] [VOTE] Namespaced in bundled extensions

2021-04-19 Thread Nikita Popov
Hi internals, I've opened the vote on https://wiki.php.net/rfc/namespaces_in_bundled_extensions. Voting will close 2021-05-03. Please see https://externals.io/message/113270 and https://externals.io/message/113960 for discussions relating to this RFC. Regards, Nikita

Re: [PHP-DEV] Re: [RFC] Autoloader Classmap

2021-04-19 Thread Nikita Popov
On Wed, Apr 7, 2021 at 11:06 AM Jordi Boggiano wrote: > Hi Mark, > > On 06/04/2021 00:05, Mark Randall wrote: > > > > * I expect 99.% of users will never know it exists, and it will > > instead just be an option for tools like composer that will provide a > > small transparent boost. > > > I