Re: [PHP-DEV] TrueAsync Engine API RFC

2025-10-04 Thread Edmond Dantes
Hello! > Why is it so difficult to introduce asynchronous or coroutine features in PHP? It’s indeed quite a complex component, and other programming languages have spent a lot of effort and resources to implement it. And Java, for example, is still working on it to this day. Go has a serious adva

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