mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
f75931ad9e
Move SimpleXML invalidation code after node checks This is safe, i.e. the tree hasn't been modified yet, because either we didn't call a libxml modification function yet, or xmlNewChild is called with a NULL pointer, which makes it bail out and return NULL. Closes GH-12947.
70 KiB
70 KiB