We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd97e7 commit 52e9436Copy full SHA for 52e9436
UPGRADING
@@ -81,6 +81,12 @@ PHP 8.6 UPGRADE NOTES
81
- Phar:
82
. Phar::mungServer() now supports reference values.
83
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
89
+
90
- Sockets:
91
. socket_addrinfo_lookup() now has an additional optional argument $error
92
when not null, and on failure, gives the error code (one of the EAI_*
0 commit comments