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
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
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
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
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
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
It seems like the discussion on github has stalled...
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