]> granicus.if.org Git - php/commit
Fix bug #78563
authorMark <mrandall@digitellinc.com>
Fri, 4 Oct 2019 19:38:49 +0000 (20:38 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 7 Oct 2019 08:24:41 +0000 (10:24 +0200)
commit52376c177dc10993dccdaa1ff20c347c8dda6d0a
tree4732345daecb4c0ee6f4f0645c7830ae3ec251ef
parentdd61edfd7cf5ebe03b502a8da647e01fa0f4f8b5
Fix bug #78563

Make XmlParser final, unclonable and unserializable.

Closes GH-4778.
ext/xml/tests/bug78563.phpt [new file with mode: 0644]
ext/xml/tests/bug78563_final.phpt [new file with mode: 0644]
ext/xml/tests/bug78563_serialize.phpt [new file with mode: 0644]
ext/xml/xml.c