mirror of
https://github.com/php/php-src.git
synced 2026-04-30 03:33:17 +02:00
066d18f2e8
Unfortunately, old DOM allows attributes to be used as parent nodes. Only text nodes and entities are allowed as children for these types of nodes, because that's the constraint DOM and libxml give us. Closes GH-16156.