File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,8 @@ PHP NEWS
169
169
- Standard:
170
170
. Fixed crypt() tests on musl when using --with-external-libcrypt
171
171
(Michael Orlitzky).
172
+ . Fixed bug GH-18062 (is_callable(func(...), callable_name: $name) for first
173
+ class callables returns wrong name). (timwolla)
172
174
173
175
- Streams:
174
176
. Fixed bug GH-16889 (stream_select() timeout useless for pipes on Windows).
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ PHP 8.5 INTERNALS UPGRADE NOTES
19
19
a value to a non-reference zval.
20
20
. Added zval_ptr_safe_dtor() to safely destroy a zval when a destructor
21
21
could interfere.
22
+ . zend_get_callable_name() now returns the name of the underlying function
23
+ for fake closures.
22
24
23
25
========================
24
26
2. Build system changes
You can’t perform that action at this time.
0 commit comments