commit 52e9436629061a7a5280011abbb104f4be9a7e2b
Author: David Carlier <devnexen@gmail.com>
Date: Fri Feb 6 12:55:59 2026 +0000
[ci skip] ext/posix: forgotten UPGRADING notes for posix_access()/posix_mkfifo().
diff --git a/UPGRADING b/UPGRADING
index 830709b2ae2..8a1c61b9192 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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_*