Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions UPGRADING.INTERNALS
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@ PHP 8.6 INTERNALS UPGRADE NOTES
hand if there is one, E_WARNING for the severity, and
ZEND_ENUM_StreamErrorCode_Generic for the code. terminating should be true
only if the error aborts the operation.
. zend_create_closure(), zend_create_fake_closure() and
zend_create_partial_closure() now take the bound $this as a zend_object*
instead of a zval*. Accordingly, zend_get_closure_this_ptr() now returns
that zend_object*, or NULL when the closure is unbound, instead of a
zval* that is IS_UNDEF when the closure is unbound.

- Added:
. New zend_class_entry.ce_flags2 and zend_function.fn_flags2 fields were
Expand Down