Skip to content

Commit 345eafa

Browse files
committed
Add NEWS entry for GH-21362 Reflection Closure identity fix
1 parent 428198b commit 345eafa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ PHP NEWS
9090
. Added ReflectionConstant::inNamespace(). (Khaled Alam)
9191
. Added ReflectionProperty::isReadable() and ReflectionProperty::isWritable().
9292
(ilutov)
93+
. Fixed bug GH-21362 (ReflectionMethod::invoke/invokeArgs() did not verify
94+
Closure instance identity for Closure::__invoke()). (Ilia Alshanetsky)
9395

9496
- Session:
9597
. Fixed bug 71162 (updateTimestamp never called when session data is empty).

0 commit comments

Comments
 (0)