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

2024-09-16 Thread Barel
On Sat, 14 Sept 2024 at 23:44, 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. &g

[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

[PHP-DEV] Re: Wiki Access request

2024-01-24 Thread Barel
> > > Feel free to share this list here, on GitHub or otherwise. I'm > skeptical whether throwing partially outdated resources at people is > actually helpful. > > > - Add a new page in the Github repo with all these links and link to that > > page from the contributing page > > - Keep the list in

[PHP-DEV] Re: Wiki Access request

2024-01-22 Thread Barel
> > > I can absolutely give you write access to these pages. Updating this > list to reflect more up-to-date resources certainly makes sense. > > As you probably know, there are a number of different places where php > internals are documented, and I think that, long-term, it makes sense > to try t

[PHP-DEV] Wiki Access request

2024-01-19 Thread Barel
Hi My name is Carlos Granados and I have been a PHP developer for a long time, more than 15 years and I am quite interested in the PHP internals and trying to learn as much as I can about them This page in the Wiki https://wiki.php.net/internals/references has a lot of links which are outdated an

Re: [PHP-DEV] Feature Proposal

2021-01-14 Thread Barel
This is handled in a more elegant way by the named arguments of PHP8 https://stitcher.io/blog/php-8-named-arguments With that feature you can just pass the parameters that you need and the others will get their default values Barel On Thu, 14 Jan 2021 at 18:12, Anna Filina wrote: > >

[PHP-DEV] What is the use of op_array_persist and op_array_persist_calc

2021-01-10 Thread Barel
ay but I can't think of a use case for this. Could someone explain what these hooks are for? Is there any example that I could check? Cheers Barel