summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorOndřej Mirtes <ondrej@mirtes.cz>2020-07-08 15:26:36 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-07-08 17:15:29 +0200
commitb4dc8901c79cd90ae7917f815012ab52e13ab03a (patch)
tree06961d38e8997d4ad6b6c2670b13d09d1a223097 /UPGRADING
parenta75cf0c7e13232ec4bdf17a1cd78fcd8b4a3c81c (diff)
downloadphp-git-b4dc8901c79cd90ae7917f815012ab52e13ab03a.tar.gz
UPGRADING - note about ReflectionType::isBuiltin()
Closes GH-5822.
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 1b54be9cd0..09a0bf7333 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -371,6 +371,8 @@ PHP 8.0 UPGRADE NOTES
. ReflectionMethod::isConstructor() and ReflectionMethod::isDestructor() now
also return true for `__construct` and `__destruct` methods of interfaces.
Previously, this would only be true for methods of classes and traits.
+ . ReflectionType::isBuiltin() method has been moved to ReflectionNamedType.
+ ReflectionUnionType does not have it.
- Socket:
. The deprecated AI_IDN_ALLOW_UNASSIGNED and AI_IDN_USE_STD3_ASCII_RULES