[GIT-PULLS] [php-src] PR #22883: ext/pcntl: cpu affinity improvements, targetting linux.

[email protected] (devnexen) Fri, 24 Jul 2026 20:54:03 +0000
Newsgroups php.git-pulls
Message-ID <[email protected]>
Pull Request: https://github.com/php/php-src/pull/22883
Author: devnexen

recent kernels are capable of supporting over 1024 number of cpus thus we no longer use static bitsets and move towards dynamic ones.