1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[ci skip] ext/posix: forgotten UPGRADING notes for posix_access()/posix_mkfifo().

This commit is contained in:
David Carlier
2026-02-06 12:55:59 +00:00
parent 6bd97e72b7
commit 52e9436629

View File

@@ -81,6 +81,12 @@ PHP 8.6 UPGRADE NOTES
- Phar:
. Phar::mungServer() now supports reference values.
- Posix:
. posix_access() now throws a ValueError exception if the flags
argument is invalid.
. posix_mkfifo() now throws a ValueError exception if the permissions
argument is invalid.
- Sockets:
. socket_addrinfo_lookup() now has an additional optional argument $error
when not null, and on failure, gives the error code (one of the EAI_*