Re: [PHP-DEV] [RFC] Warn on conversions from resource to string

2024-09-24 Thread Casper Langemeijer
Hi, ssh2 maintainer here. Low maintenance is indeed somewhat accurate. I review and merge PR's, have done some minor work on it, and do releases sometimes. Some others on this list have done minor work on it too. On Tue, Sep 24, 2024, at 19:53, Christoph M. Becker wrote: > >>> Let me know what

Re: [PHP-DEV] [RFC] Warn on conversions from resource to string

2024-09-24 Thread Christoph M. Becker
On 24.09.2024 at 19:21, Gina P. Banyard wrote: > On Tuesday, 24 September 2024 at 14:24, Christoph M. Becker > wrote: > >> On 24.09.2024 at 14:18, Gina P. Banyard wrote: >> >>> Let me know what you think about it: >>> https://wiki.php.net/rfc/warn-resource-to-string >> >> The ssh2 wrappers[1] us

Re: [PHP-DEV] [RFC] Warn on conversions from resource to string

2024-09-24 Thread Gina P. Banyard
On Tuesday, 24 September 2024 at 14:24, Christoph M. Becker wrote: > On 24.09.2024 at 14:18, Gina P. Banyard wrote: > > > I would like to propose a short RFC about warning on conversions from > > resources to strings, > > similar to what a conversion from array to string does. > > > > Let me

Re: [PHP-DEV] [RFC] Warn on conversions from resource to string

2024-09-24 Thread Christoph M. Becker
On 24.09.2024 at 14:18, Gina P. Banyard wrote: > I would like to propose a short RFC about warning on conversions from > resources to strings, > similar to what a conversion from array to string does. > > Let me know what you think about it: > https://wiki.php.net/rfc/warn-resource-to-string Th

[PHP-DEV] [RFC] Warn on conversions from resource to string

2024-09-24 Thread Gina P. Banyard
Hello internals, I would like to propose a short RFC about warning on conversions from resources to strings, similar to what a conversion from array to string does. Let me know what you think about it: https://wiki.php.net/rfc/warn-resource-to-string Best regards, Gina P. Banyard