Skip to content

Commit c4a7bc3

Browse files
committed
[skip ci] Add upgrading internals note for zend_update_exception_properties()
1 parent 928653a commit c4a7bc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ PHP 8.5 INTERNALS UPGRADE NOTES
3434
. Added ZEND_NONSTRING attribute macro for character arrays that do not
3535
represent strings. This allows to silence the GCC 15.x
3636
`-Wunterminated-string-initialization` warning.
37+
. Added the zend_update_exception_properties() function for instantiating
38+
Exception child classes. It updates the $message, $code, and $previous
39+
properties.
3740

3841
========================
3942
2. Build system changes

0 commit comments

Comments
 (0)