Re: [PHP-DEV] Which IDE do you recommend for php-src development?

2024-09-14 Thread Jordan LeDoux
On Sat, Sep 14, 2024 at 2:45 PM Barel wrote: > Hi > > For C/C++ development I usually use CLion from Jetbrains but I tried to > use it with php-src and was unable to get it to work properly. CLion really > insists on using CMake and has only quite limited support for makefiles. > After trying to

[PHP-DEV] [Pre-RFC Discussion] User Defined Operator Overloads (again)

2024-09-14 Thread Jordan LeDoux
Hello internals, This discussion will use my previous RFC as the starting point for conversation: https://wiki.php.net/rfc/user_defined_operator_overloads There has been discussion on list recently about revisiting the topic of operator overloads after the previous effort which I proposed was dec

[PHP-DEV] Which IDE do you recommend for php-src development?

2024-09-14 Thread Barel
Hi For C/C++ development I usually use CLion from Jetbrains but I tried to use it with php-src and was unable to get it to work properly. CLion really insists on using CMake and has only quite limited support for makefiles. After trying to get it to work unsuccessfully I am ready to try something

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

2024-09-14 Thread David CARLIER
Seems right thing to do. I saw some usage like final class Dir extends Directory { } also did not see much in *new* codes Directory being extended so 8.5 sure. Cheers. On Sat, 14 Sept 2024 at 16:36, Gina P. Banyard wrote: > Hello internals, > > I came across the Directory class while doing s

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

2024-09-14 Thread Christoph M. Becker
On 14.09.2024 at 17:33, Gina P. Banyard wrote: > 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 pro

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

2024-09-14 Thread Gina P. Banyard
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 existed since PHP 4. As such, I am proposing an RFC to turn this class into an

Re: [PHP-DEV] Debug Build Container Image for GitHub Packages

2024-09-14 Thread Daniil Gentili
It seems like the discussion on github has stalled...

Re: [PHP-DEV] Broken link at https://wiki.php.net/systems/vcs

2024-09-14 Thread Christoph M. Becker
On 14.09.2024 at 05:42, Krinkle wrote: > Per [1], there is a typo in the link at https://wiki.php.net/systems/vcs > > It points at the unreachable https://www.githib.com/php instead of > https://github.com/php > > [1]: https://wiki.php.net/systems/vcs?do=register This has been fixed in the meant