File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ PHP NEWS
410
410
411
411
- PCNTL:
412
412
. Added pcntl_setns for Linux. (David Carlier)
413
- . Added pcntl_getaffinity/pcntl_setaffinity . (David Carlier)
413
+ . Added pcntl_getcpuaffinity/pcntl_setcpuaffinity . (David Carlier)
414
414
. Updated pcntl_get_signal_handler signal id upper limit to be
415
415
more in line with platforms limits. (David Carlier)
416
416
. Added pcntl_getcpu for Linux/FreeBSD/Solaris/Illumos. (David Carlier)
Original file line number Diff line number Diff line change @@ -739,8 +739,8 @@ PHP 8.4 UPGRADE NOTES
739
739
- PCNTL:
740
740
. Added pcntl_setns allowing a process to be reassociated with a namespace in order
741
741
to share resources with other processes within this context.
742
- . Added pcntl_getaffinity to get the cpu(s) bound to a process and
743
- pcntl_setaffinity to bind 1 or more cpus to a process.
742
+ . Added pcntl_getcpuaffinity to get the cpu(s) bound to a process and
743
+ pcntl_setcpuaffinity to bind 1 or more cpus to a process.
744
744
. Added pcntl_getcpu to get the cpu id from where the current process runs.
745
745
. Added pcntl_getqos_class to get the QoS level (aka performance and related
746
746
energy consumption) of the current process and pcntl_setqos_class to set it.
You can’t perform that action at this time.
0 commit comments