Skip to content

Commit 52e9436

Browse files
committed
[ci skip] ext/posix: forgotten UPGRADING notes for posix_access()/posix_mkfifo().
1 parent 6bd97e7 commit 52e9436

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADING

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ PHP 8.6 UPGRADE NOTES
8181
- Phar:
8282
. Phar::mungServer() now supports reference values.
8383

84+
- Posix:
85+
. posix_access() now throws a ValueError exception if the flags
86+
argument is invalid.
87+
. posix_mkfifo() now throws a ValueError exception if the permissions
88+
argument is invalid.
89+
8490
- Sockets:
8591
. socket_addrinfo_lookup() now has an additional optional argument $error
8692
when not null, and on failure, gives the error code (one of the EAI_*

0 commit comments

Comments
 (0)