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

2021-06-28 Thread Jan Ehrhardt
Nikita Popov in php.internals (Mon, 22 Mar 2021 10:24:51 +0100): >Hi internals, > >It's time for another deprecation RFC: >https://wiki.php.net/rfc/deprecations_php_8_1 FWIW, a quick search returned these results. ADOdb still uses strftime() https://adodb.org/dokuwiki/doku.php 2 plugins of

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

2021-06-28 Thread Christoph M. Becker
On 28.06.2021 at 16:25, Nikita Popov wrote: > On Sat, Jun 19, 2021 at 1:04 AM Rowan Tommins > wrote: > >> On 18/06/2021 22:16, Derick Rethans wrote: >>> strftime is infected by thread unsafe locales, which is plenty of reason >> to deprecate it, with additional pro reasons for doing so being its

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

2021-06-28 Thread Nikita Popov
On Sat, Jun 19, 2021 at 1:04 AM Rowan Tommins wrote: > On 18/06/2021 22:16, Derick Rethans wrote: > > strftime is infected by thread unsafe locales, which is plenty of reason > to deprecate it, with additional pro reasons for doing so being its > disparate functionality among different os-es and

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

2021-06-28 Thread Nikita Popov
On Mon, Mar 22, 2021 at 10:24 AM Nikita Popov wrote: > Hi internals, > > It's time for another deprecation RFC: > https://wiki.php.net/rfc/deprecations_php_8_1 > I plan to open voting on this RFC soon. Based on the recent discussion, I think I'll keep all deprecations in the RFC, but vote

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

2021-06-18 Thread Rowan Tommins
On 18/06/2021 22:16, Derick Rethans wrote: strftime is infected by thread unsafe locales, which is plenty of reason to deprecate it, with additional pro reasons for doing so being its disparate functionality among different os-es and libc's. Deprecation also doesn't mean removal, which won't

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

2021-06-18 Thread Derick Rethans
On 18 June 2021 19:33:09 BST, Rowan Tommins wrote: >On 15/06/2021 11:53, Nikita Popov wrote: >> Feedback on the proposed deprecations is appreciated. Personally, the >two >> I'm unsure about are "get_class(), get_parent_class() and >> get_called_class() without argument" which are mostly

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

2021-06-18 Thread Rowan Tommins
On 15/06/2021 11:53, Nikita Popov wrote: Feedback on the proposed deprecations is appreciated. Personally, the two I'm unsure about are "get_class(), get_parent_class() and get_called_class() without argument" which are mostly stylistic in nature, and "strftime() and gmtstrftime()", where the

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

2021-06-15 Thread Côme Chilliet
Hello, Le Tue, 15 Jun 2021 12:53:47 +0200, Nikita Popov a écrit : > Feedback on the proposed deprecations is appreciated. Personally, the two > I'm unsure about are "get_class(), get_parent_class() and > get_called_class() without argument" which are mostly stylistic in nature, > and "strftime()

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

2021-06-15 Thread Nikita Popov
On Mon, Mar 22, 2021 at 10:24 AM Nikita Popov wrote: > Hi internals, > > It's time for another deprecation RFC: > https://wiki.php.net/rfc/deprecations_php_8_1 > > This is a collection of minor deprecations that various people have put > together over the last ~2 years. This RFC was formerly

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

2021-04-12 Thread Nikita Popov
On Fri, Mar 26, 2021 at 3:41 PM Christoph M. Becker wrote: > On 22.03.2021 at 10:24, Nikita Popov wrote: > > > It's time for another deprecation RFC: > > https://wiki.php.net/rfc/deprecations_php_8_1 > > > > As we're still early in the release cycle, it's still possible to add > > additional

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

2021-04-12 Thread Nikita Popov
On Mon, Mar 22, 2021 at 10:24 AM Nikita Popov wrote: > Hi internals, > > It's time for another deprecation RFC: > https://wiki.php.net/rfc/deprecations_php_8_1 > I have updated the RFC to include two more items: * The filter.default ini setting, aka "magic quotes but even worse". *

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

2021-03-26 Thread Christoph M. Becker
On 22.03.2021 at 10:24, Nikita Popov wrote: > It's time for another deprecation RFC: > https://wiki.php.net/rfc/deprecations_php_8_1 > > As we're still early in the release cycle, it's still possible to add > additional deprecation candidates, given reasoning for the deprecation, as > well as