Skip to content

Commit 58b34fb

Browse files
committed
[ci skip] UPGRADING fix for pcntl_waitid constants
1 parent c2fd071 commit 58b34fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UPGRADING

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -789,9 +789,9 @@ PHP 8.4 UPGRADE NOTES
789789
. P_PID.
790790
. P_PGID.
791791
. P_PIDFD (Linux only).
792-
. P_UID (NetBSD only).
793-
. P_GID (NetBSD only).
794-
. P_SID (NetBSD only).
792+
. P_UID (NetBSD/FreeBSD only).
793+
. P_GID (NetBSD/FreeBSD only).
794+
. P_SID (NetBSD/FreeBSD only).
795795
. P_JAILID (FreeBSD only).
796796

797797
- Standard:

0 commit comments

Comments
 (0)