From b4dc8901c79cd90ae7917f815012ab52e13ab03a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Mirtes?= Date: Wed, 8 Jul 2020 15:26:36 +0200 Subject: [PATCH] UPGRADING - note about ReflectionType::isBuiltin() Closes GH-5822. --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.1