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:
committed by
David Carlier
parent
d3e4703310
commit
6bd97e72b7
1
NEWS
1
NEWS
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user