mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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.