Skip to content

Commit 4d122cf

Browse files
committed
NEWS / UPGRADING.INTERNALS
1 parent 98852cc commit 4d122cf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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).

UPGRADING.INTERNALS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
========================
2426
2. Build system changes

0 commit comments

Comments
 (0)