Skip to content

Commit e3827ce

Browse files
committed
Fix bug #79857: Add upgrading note for exit dtor change
[ci skip]
1 parent 6f8d0ba commit e3827ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ PHP 8.0 UPGRADE NOTES
197197
. Applying the final modifier on a private method will now produce a warning
198198
unless that method is the constructor.
199199
RFC: https://wiki.php.net/rfc/inheritance_private_methods
200+
. If an object constructor exit()s, the object destructor will no longer be
201+
called. This matches the behavior when the constructor throws.
200202

201203
- COM:
202204
. Removed the ability to import case-insensitive constants from type

0 commit comments

Comments
 (0)