Skip to content

Commit

Permalink
UPGRADING - note about ReflectionType::isBuiltin()
Browse files Browse the repository at this point in the history
Closes GH-5822.
  • Loading branch information
ondrejmirtes authored and nikic committed Jul 8, 2020
1 parent a75cf0c commit b4dc890
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4dc890

Please sign in to comment.