From: Ondřej Mirtes Date: Wed, 8 Jul 2020 13:26:36 +0000 (+0200) Subject: UPGRADING - note about ReflectionType::isBuiltin() X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4dc8901c79cd90ae7917f815012ab52e13ab03a;p=php UPGRADING - note about ReflectionType::isBuiltin() Closes GH-5822. --- 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