We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928653a commit c4a7bc3Copy full SHA for c4a7bc3
UPGRADING.INTERNALS
@@ -34,6 +34,9 @@ PHP 8.5 INTERNALS UPGRADE NOTES
34
. Added ZEND_NONSTRING attribute macro for character arrays that do not
35
represent strings. This allows to silence the GCC 15.x
36
`-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.
40
41
========================
42
2. Build system changes
0 commit comments