summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 8b0324d090..d412875c31 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -319,6 +319,12 @@ PHP 8.0 UPGRADE NOTES
result will include a nullability indicator for nullable types. The format
of the return value is not stable and may change between PHP versions.
. Reflection export() methods have been removed.
+ . The following methods can now return information about default values of
+ parameters of internal functions:
+ ReflectionParameter::isDefaultValueAvailable()
+ ReflectionParameter::getDefaultValue()
+ ReflectionParameter::isDefaultValueConstant()
+ ReflectionParameter::getDefaultValueConstantName()
- Socket:
. The deprecated AI_IDN_ALLOW_UNASSIGNED and AI_IDN_USE_STD3_ASCII_RULES