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

ext/posix: validate permissions argument in posix_mkfifo()

close GH-21102
This commit is contained in:
arshidkv12
2026-01-31 21:14:39 +05:30
committed by David Carlier
parent d3e4703310
commit 6bd97e72b7
3 changed files with 42 additions and 0 deletions

1
NEWS
View File

@@ -80,6 +80,7 @@ PHP NEWS
- Posix:
. Added validity check to the flags argument for posix_access(). (arshidkv12)
. Added validity check to the permissions argument for posix_mkfifo(). (arshidkv12)
- Reflection:
. Fixed bug GH-20217 (ReflectionClass::isIterable() incorrectly returns true