Re: [PHP-DEV] [VOTE] Fibers

2021-03-08 Thread Peter Stalman
Here we go again! Looking at you, attributes syntax. Seriously though, any of `this`, `active`, `current`, or even `Fiber::self` are fine with me. You might have the same issue with that last one. Thanks, Peter On Mon., Mar. 8, 2021, 14:57 Larry Garfield, wrote: > On Mon, Mar 8, 2021, at

[PHP-DEV] Tracking Object Property Changes

2021-03-08 Thread Joseph Montanez
I am not sure what to title this but the gist is that I have two structs with a one way dependency: // Vector3 type typedef struct Vector3 { float x; float y; float z; } Vector3; // Ray type (useful for raycast) typedef struct Ray { Vector3 position; // Ray position

[PHP-DEV] [RFC] [VOTE] mysqli bind in execute

2021-03-08 Thread Kamil Tekiela
Hi Internals, I have opened voting on https://wiki.php.net/rfc/mysqli_bind_in_execute Voting ends on 27th March Kind Regards, Kamil Tekiela

Re: [PHP-DEV] [VOTE] Fibers

2021-03-08 Thread Larry Garfield
On Mon, Mar 8, 2021, at 1:40 PM, Aaron Piotrowski wrote: > Greetings everyone! > > The vote has started on the fiber RFC: https://wiki.php.net/rfc/fibers > > > Voting will run through March 22nd. > > Cheers, > Aaron Piotrowski This is vastly improved from the

[PHP-DEV] [VOTE] Fibers

2021-03-08 Thread Aaron Piotrowski
Greetings everyone! The vote has started on the fiber RFC: https://wiki.php.net/rfc/fibers Voting will run through March 22nd. Cheers, Aaron Piotrowski

Re: [PHP-DEV] Storing the lcname of symbols

2021-03-08 Thread Levi Morrison via internals
On Sun, Mar 7, 2021 at 10:21 AM Levi Morrison wrote: > > Hello! > > Most of PHP's symbols are case insensitive. This means extensions that > need to do things with function and method names end up lowercasing > and hashing the lowercased names, often having to do more memory > allocations too.

Re: [PHP-DEV] [RFC] [Discussion] Adding return types to internal methods

2021-03-08 Thread Claude Pache
> Le 6 mars 2021 à 23:56, Máté Kocsis a écrit : > > Hi Internals, > > I've just finished the first iteration of the RFC ( > https://wiki.php.net/rfc/internal_method_return_types) as well as the > implementation based on the feedback Nikita and Nicolas provided. Thus, I'd > like to start the

Re: [PHP-DEV] [RFC] [Discussion] Adding return types to internal methods

2021-03-08 Thread Nicolas Grekas
Hello Maté, https://wiki.php.net/rfc/internal_method_return_types) as well as the > implementation based on the feedback Nikita and Nicolas provided. Thanks for moving this topic forward, it's very much needed. I like the word "tentative" you're using to describe the missing return types. I