php / web-php

The www.php.net site
http://www.php.net
Other
816 stars 524 forks source link

please add in new version multi thread and concurrency and async #1025

Closed watskenet closed 5 days ago

watskenet commented 5 days ago

hello please add in new version multi thread and concurrency and async

tiffany-taylor commented 5 days ago

This is not related to the website code on php.net, and instead should be discussed on the mailing list.

Note, PHP 8 supports fibers, which is different than multithreading. Also, note that there are userland framework and libraries that bring asynchronous programming functionality in PHP, and I suggest checking those out.