mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
6dac6a996e
This change throws a ValueError when an invalid tag name is passed to XMLWriter. The rationale is that this indicates a programming error because tag names typically originate from string literals or application code generating them. This translates into either a typo or a flaw in tag generation logic. Closes GH-6233.
26 KiB
26 KiB