1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[ci skip] NEWS for ReflectionConstant additions

This commit is contained in:
Niels Dossche
2024-11-09 11:09:36 +01:00
parent 10f1f924cf
commit 56bd057123

4
NEWS
View File

@@ -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)