]> granicus.if.org Git - php/commit
Fix #63575: Root elements are not properly cloned
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 23 Apr 2020 14:16:58 +0000 (16:16 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 17 Jun 2020 14:48:50 +0000 (16:48 +0200)
commit3a0bdb720a9e54b91c812665f36b936e6cf44ef3
treebe1ba8288f0095135e109b413999cb1d2a7e1e75
parent45d1c38dab58bb78ce8ef789716f01bd3057fe5c
Fix #63575: Root elements are not properly cloned

Cloning of root elements has to preserve that property, so they require
some special treatment.
NEWS
ext/simplexml/simplexml.c
ext/simplexml/tests/bug39662.phpt
ext/simplexml/tests/bug63575.phpt [new file with mode: 0644]