1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
Niels Dossche 40c291cf93 Fix GH-20444: Dom\XMLDocument::C14N() seems broken compared to DOMDocument::C14N()
C14N code expects namespace to be in-tree, but we store namespaces in a
different way out-of-tree to avoid reconciliations that break the tree
structure in a way unexpected by the DOM spec. In the DOM spec,
namespace nodes don't exist; they're regular attributes.
To solve this, we temporarily make fake namespace nodes that we later
remove.

Closes GH-20457.
2025-12-26 22:27:25 +01:00
..
2018-09-21 14:12:25 +02:00
2018-09-21 14:12:25 +02:00
2018-09-21 14:12:25 +02:00
2021-05-26 13:21:43 +02:00
2021-06-29 17:13:02 +02:00
2025-03-10 20:22:11 +01:00
2025-03-10 20:22:11 +01:00
2025-03-10 20:22:11 +01:00
2021-05-26 13:21:43 +02:00
2023-10-18 17:34:10 +02:00
2024-10-22 00:17:12 +02:00
2023-07-14 14:37:11 +02:00
2023-07-11 23:02:01 +02:00
2023-10-18 19:21:43 +02:00
2024-06-28 22:29:03 +02:00
2024-12-14 12:12:40 +01:00
2024-12-21 12:50:04 +01:00