diff --git a/NEWS b/NEWS index 819726aaa66..ee1fa5cd798 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,10 @@ PHP NEWS - Random: . Moves from /dev/urandom usage to arc4random_buf on Haiku. (David Carlier) +- Reflection: + . Added ReflectionConstant::getExtension() and ::getExtensionName(). + (DanielEScherzer) + - SOAP: . Fixed bug #49169 (SoapServer calls wrong function, although "SOAP action" header is correct). (nielsdos)