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
169169- Standard:
170170 . Fixed crypt() tests on musl when using --with-external-libcrypt
171171 (Michael Orlitzky).
172+ . Fixed bug GH-18062 (is_callable(func(...), callable_name: $name) for first
173+ class callables returns wrong name). (timwolla)
172174
173175- Streams:
174176 . 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
1919 a value to a non-reference zval.
2020 . Added zval_ptr_safe_dtor() to safely destroy a zval when a destructor
2121 could interfere.
22+ . zend_get_callable_name() now returns the name of the underlying function
23+ for fake closures.
2224
2325========================
24262. Build system changes
You can’t perform that action at this time.
0 commit comments