Skip to content

Commit ddaeb20

Browse files
jrfnlTimWolla
authored andcommitted
[skip ci] 8.4 | UPGRADING: fix incorrect function names
Ref: 1cf8291#diff-d22d5ad00ee9f000cb8c8f9a5cfb905a8de91e7dc4a633896e2c5ab4ad1513d1
1 parent d245bf1 commit ddaeb20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ PHP NEWS
410410

411411
- PCNTL:
412412
. Added pcntl_setns for Linux. (David Carlier)
413-
. Added pcntl_getaffinity/pcntl_setaffinity. (David Carlier)
413+
. Added pcntl_getcpuaffinity/pcntl_setcpuaffinity. (David Carlier)
414414
. Updated pcntl_get_signal_handler signal id upper limit to be
415415
more in line with platforms limits. (David Carlier)
416416
. Added pcntl_getcpu for Linux/FreeBSD/Solaris/Illumos. (David Carlier)

UPGRADING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,8 +739,8 @@ PHP 8.4 UPGRADE NOTES
739739
- PCNTL:
740740
. Added pcntl_setns allowing a process to be reassociated with a namespace in order
741741
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.
744744
. Added pcntl_getcpu to get the cpu id from where the current process runs.
745745
. Added pcntl_getqos_class to get the QoS level (aka performance and related
746746
energy consumption) of the current process and pcntl_setqos_class to set it.

0 commit comments

Comments
 (0)