···35 You can use the sync or async, Coroutine API to write whole applications or create thousands of light weight Coroutines within one Linux process.
36 '';
37 maintainers = teams.php.members;
38- broken = lib.versionAtLeast php.version "8.4";
39 };
40}
···35 You can use the sync or async, Coroutine API to write whole applications or create thousands of light weight Coroutines within one Linux process.
36 '';
37 maintainers = teams.php.members;
38+ broken = lib.versionOlder php.version "8.2";
39 };
40}