File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ PHP NEWS
8787 . Fixed bug GH-20217 (ReflectionClass::isIterable() incorrectly returns true
8888 for classes with property hooks). (alexandre-daubois)
8989 . Added ReflectionConstant::inNamespace(). (Khaled Alam)
90+ . Added ReflectionProperty::isReadable() and ReflectionProperty::isWritable().
91+ (ilutov)
9092
9193- Session:
9294 . Fixed bug 71162 (updateTimestamp never called when session data is empty).
Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ PHP 8.6 UPGRADE NOTES
134134
135135- Reflection:
136136 . ReflectionConstant::inNamespace()
137- . ReflectionProperty::isReadable() ReflectionProperty::isWritable() were
138- added.
137+ . Added ReflectionProperty::isReadable() and ReflectionProperty::isWritable().
138+ RFC: https://wiki.php.net/rfc/isreadable-iswriteable
139139
140140- Standard:
141141 . `clamp()` returns the given value if in range, else return the nearest
You can’t perform that action at this time.
0 commit comments