summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-07-20 15:29:47 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-07-20 15:30:20 +0200
commite3827cea4e5c41db1e45b4a47ca136d008974e16 (patch)
tree8ef681e789d4d13820b906d74fed864d013044ca /UPGRADING
parent6f8d0ba0dd7d9e96ec6b2b75337f701a5ce3d3f0 (diff)
downloadphp-git-e3827cea4e5c41db1e45b4a47ca136d008974e16.tar.gz
Fix bug #79857: Add upgrading note for exit dtor change
[ci skip]
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 8e322bd1c1..f233cd65f9 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -197,6 +197,8 @@ PHP 8.0 UPGRADE NOTES
. Applying the final modifier on a private method will now produce a warning
unless that method is the constructor.
RFC: https://wiki.php.net/rfc/inheritance_private_methods
+ . If an object constructor exit()s, the object destructor will no longer be
+ called. This matches the behavior when the constructor throws.
- COM:
. Removed the ability to import case-insensitive constants from type