summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-04-23 16:16:58 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-06-17 16:48:50 +0200
commit3a0bdb720a9e54b91c812665f36b936e6cf44ef3 (patch)
treebe1ba8288f0095135e109b413999cb1d2a7e1e75 /NEWS
parent45d1c38dab58bb78ce8ef789716f01bd3057fe5c (diff)
downloadphp-git-3a0bdb720a9e54b91c812665f36b936e6cf44ef3.tar.gz
Fix #63575: Root elements are not properly cloned
Cloning of root elements has to preserve that property, so they require some special treatment.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index db10e1be45..3732e9946d 100644
--- a/NEWS
+++ b/NEWS
@@ -154,6 +154,7 @@ PHP NEWS
- SimpleXML:
. Fixed bug #75245 (Don't set content of elements with only whitespaces).
(eriklundin)
+ . Fixed bug #63575 (Root elements are not properly cloned). (cmb)
- sodium:
. Fixed bug #77646 (sign_detached() strings not terminated). (Frank)