Re: [PHP-DEV] TrueAsync Engine API RFC

2025-07-31 Thread Rowan Tommins [IMSoP]
On 1 August 2025 03:20:58 BST, happyaa wrote: >Why is it so difficult to introduce asynchronous or coroutine features in PHP? Because it's a complex feature, with a lot of scope to get something wrong and be stuck with an unfortunate design for years to come. >Has PHP been taken over by certai

Re: [PHP-DEV] TrueAsync Engine API RFC

2025-07-31 Thread happyaa
Thank you for your efforts,  but it feels like we're being dragged down again. Why is it so difficult to introduce asynchronous or coroutine features in PHP? Has PHP been taken over by certain organizations or authoritarian individuals? 《As a user I rather like not having to deal with as

[PHP-DEV] TrueAsync Engine API RFC

2025-07-15 Thread Edmond Dantes
Good day everyone. Today I’d like to present an updated RFC related to True Async. This RFC proposes changes only to PHP core and does not affect any user-facing features. https://wiki.php.net/rfc/true_async_engine_api The main goal of the RFC is to introduce a backend for asynchronous function