* PHP-7.4:
Fix bug #78697: inaccurate error message
(krakjoe)
. Fixed bug #77805 (phpdbg build fails when readline is shared). (krakjoe)
-- SimpleXML:
- . Implemented FR #65215 (SimpleXMLElement could register as implementing
- Countable). (LeSuisse)
++- Reflection:
++ . Fixed bug #78697 (ReflectionClass::implementsInterface - inaccurate error
++ message with traits). (villfa)
+
-- Sockets:
- . Fixed bug #67619 (Validate length on socket_write). (thiagooak)
+- Session:
+ . Fixed bug #78624 (session_gc return value for user defined session
+ handlers). (bshaffer)
+
+- SimpleXML:
+ . Fixed bug #75245 (Don't set content of elements with only whitespaces).
+ (eriklundin)
- sodium:
. Fixed bug #77646 (sign_detached() strings not terminated). (Frank)