From 49762c84e09c7b4287444bfa394f0147b9ada024 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 27 Feb 2020 10:32:24 +0100 Subject: [PATCH] Add upgrading node regarding fix for bug #79271 Cf. ff. --- UPGRADING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPGRADING b/UPGRADING index f2dd1060d9..7944087c43 100644 --- a/UPGRADING +++ b/UPGRADING @@ -112,6 +112,12 @@ BCMath: . bcmul() and bcpow() now return numbers with the requested scale. Formerly, the returned numbers may have omitted trailing decimal zeroes. +DOM: + . As of PHP 7.3.16, the value of the $childNodes property of DOMDocument, + DOMNode, DOMProcessingInstruction, DOMComment, DOMText, DOMCdataSection and + DOMNotation is now an empty DOMNodeList instead of NULL, according to the + W3C and WHATWG standards and the PHP manual. + IMAP: rsh/ssh logins are disabled by default. Use imap.enable_insecure_rsh if you want to enable them. Note that the IMAP library does not filter mailbox names before -- 2.49.0