History log of /PHP-8.0/ext/dom/tests/bug81433.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 424c2654 10-Sep-2021 Viktor

Fix #81433: DOMElement::setIdAttribute() called twice may remove ID

We must only remove the attribute id, if the user requested that.

Closes GH-7482.