From: Benjamin Eberlei Date: Thu, 30 Jan 2020 16:48:20 +0000 (+0100) Subject: Add NEWS entry for new ReflectionProperty methods. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=176ec97a16e2266eee25e7d4fae25cc28c07972b;p=php Add NEWS entry for new ReflectionProperty methods. --- diff --git a/NEWS b/NEWS index effc968cf4..a0147141c5 100644 --- a/NEWS +++ b/NEWS @@ -81,6 +81,8 @@ PHP NEWS - Reflection: . Fixed bug #78697 (ReflectionClass::implementsInterface - inaccurate error message with traits). (villfa) + . Implement ReflectionProperty::hasDefaultValue and + Reflection::getDefaultValue (beberlei) - Session: . Fixed bug #78624 (session_gc return value for user defined session