···3535 You can use the sync or async, Coroutine API to write whole applications or create thousands of light weight Coroutines within one Linux process.
3636 '';
3737 maintainers = teams.php.members;
3838- broken = lib.versionAtLeast php.version "8.4";
3838+ broken = lib.versionOlder php.version "8.2";
3939 };
4040}