summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-12-09 08:58:11 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-12-09 08:58:28 +0100
commit3d90b770e8d490989294101745d161b8347ae9d4 (patch)
treebe40555676d34d423afe49eceb0e7055416c2116
parent5fcc12f505374bc7116f0e0f10c67a68f11907d6 (diff)
downloadphp-git-3d90b770e8d490989294101745d161b8347ae9d4.tar.gz
Fix bug #78887: Add upgrading note about get_declared_classes() order
[ci skip]
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 3932b32e3c..8b83163da9 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -45,6 +45,9 @@ PHP 7.4 UPGRADE NOTES
. The "creating default object from empty value" warning is now consistently
thrown if a falsy value is promoted into an stdClass object. Previously some
cases like `$null->prop[0] = $val` missed this warning.
+ . Previously get_declared_classes() always returned parent classes before
+ child classes. This is no longer the case. No particular order is guaranteed
+ for the get_declared_classes() return value.
- BCMath:
. BCMath functions will now warn if a non well-formed number is passed, such