* PHP-7.4:
Fixed #75245 Don't set content of elements with only whitespaces
. Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints).
(krakjoe)
. Fixed bug #77805 (phpdbg build fails when readline is shared). (krakjoe)
-
+
+ - SimpleXML:
- . Implemented FR #65215 (SimpleXMLElement could register as implementing
- Countable). (LeSuisse)
-
-- Sockets:
- . Fixed bug #67619 (Validate length on socket_write). (thiagooak)
++ . Fixed bug #75245 (Don't set content of elements with only whitespaces).
++ (eriklundin)
+
- sodium:
. Fixed bug #77646 (sign_detached() strings not terminated). (Frank)