Re: [PHP-DEV] [RFC] [Discussion] Using and Mentioning Third-party Packages in PHP Documentation and Web Projects

2024-09-24 Thread Jim Winstead
On Mon, Aug 26, 2024, at 10:44 AM, Jim Winstead wrote: > Hi, > > Another RFC around process: > https://wiki.php.net/rfc/web-and-doc-use-not-endorsement > > Feedback would be appreciated. My intention is to start voting on September > 9th unless there is still ongoing discussion. It has taken m

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] Change Directory class to behave like an opaque object

2024-09-24 Thread Gina P. Banyard
On Tuesday, 24 September 2024 at 14:34, Christian Schneider wrote: > Am 14.09.2024 um 17:33 schrieb Gina P. Banyard intern...@gpb.moe: > > > I came across the Directory class while doing some code exploration of > > ext/standard. > > This class is effectively an opaque object for Directory res

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] No more RFC implementations during beta phase

2024-09-24 Thread Bob Weinand
On 24.9.2024 17:14:20, Christoph M. Becker wrote: Hi all, I want to suggest that we do not allow any RFC implementations to land during beta phase. In my opinion, the remaining time to thoroughly check and address possibly overlooked issues is way too short otherwise. For instance, the impleme

[PHP-DEV] PHP 8.4 forked

2024-09-24 Thread Saki Takamachi
Hi all! The PHP-8.4 branch has been created. Please include branch PHP-8.4 in all merges from 8.3 and earlier. Please commit all 8.4 fixes to PHP-8.4 and merge to master which is now targetting 8.5 https://github.com/php/php-src/commit/7bd0bcadaa32ace195a9278cf76bdfdbd95f8765 Regards, Saki

Re: [PHP-DEV] Zephir, and other tangents

2024-09-24 Thread Christoph M. Becker
On 23.09.2024 at 23:21, Rowan Tommins [IMSoP] wrote: > Among the installed PECL extensions are igbinary, imagick, mongodb, > msgpack, and oauth (which I note lists the version as "2.0.8dev"). Well, oauth hadn't had a release for four years, so that probably has been a last resort to still provide

Re: [PHP-DEV] [RFC] Change Directory class to behave like an opaque object

2024-09-24 Thread Christian Schneider
Am 14.09.2024 um 17:33 schrieb Gina P. Banyard : > I came across the Directory class while doing some code exploration of > ext/standard. > This class is effectively an opaque object for Directory resources, however > it doesn't behave like one, as it has existed since PHP 4. > > As such, I am p

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

Re: [PHP-DEV] [RFC] Change Directory class to behave like an opaque object

2024-09-24 Thread Gina P. Banyard
On Saturday, 14 September 2024 at 16:33, Gina P. Banyard wrote: > Hello internals, > > I came across the Directory class while doing some code exploration of > ext/standard. > This class is effectively an opaque object for Directory resources, however > it doesn't behave like one, as it has e

[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