mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
243fa9c143
The namespace data is freed and set to NULL, but there remain references to the namespace declaration nodes. This (rightfully) confuses libxml2 because its invariants are broken. We also have to remove all remaining references from the subtree. This fixes the data corruption bug. Closes GH-12681.