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:
@@ -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_*
|
||||
|
||||
Reference in New Issue
Block a user