Skip to content

Commit c7cbe37

Browse files
jrfnldevnexen
authored andcommitted
[ci skip] PHP 8.3 Upgrading: add missing POSIX constants
Follow up on 10238 which added these constants. Close GH-11835
1 parent 37d35f5 commit c7cbe37

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

UPGRADING

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,20 @@ PHP 8.3 UPGRADE NOTES
453453
. PGSQL_ERRORS_SQLSTATE.
454454

455455
- Posix:
456-
. POSIX_SC_ARG_MAX.
457-
. POSIX_SC_PAGESIZE.
458-
. POSIX_SC_NPROCESSORS_CONF.
459-
. POSIX_SC_NPROCESSORS_ONLN.
456+
. POSIX_SC_ARG_MAX
457+
. POSIX_SC_PAGESIZE
458+
. POSIX_SC_NPROCESSORS_CONF
459+
. POSIX_SC_NPROCESSORS_ONLN
460+
. POSIX_PC_LINK_MAX
461+
. POSIX_PC_MAX_CANON
462+
. POSIX_PC_MAX_INPUT
463+
. POSIX_PC_NAME_MAX
464+
. POSIX_PC_PATH_MAX
465+
. POSIX_PC_PIPE_BUF
466+
. POSIX_PC_CHOWN_RESTRICTED
467+
. POSIX_PC_NO_TRUNC
468+
. POSIX_PC_ALLOC_SIZE_MIN
469+
. POSIX_PC_SYMLINK_MAX
460470

461471
- Sockets:
462472
. SO_ATTACH_REUSEPORT_CBPF (Linux only).

0 commit comments

Comments
 (0)