1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +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
..
2024-10-30 20:55:50 +01:00
2025-09-14 16:40:22 +02:00
2025-08-25 00:06:18 +02:00
2025-08-25 00:23:09 +02:00
2024-06-29 15:18:34 +01:00
2025-12-02 16:45:31 +01:00
2024-06-29 13:00:26 -07:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-08-31 11:56:34 +02:00
2024-06-26 12:17:12 -07:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-08-31 11:56:34 +02:00
2024-05-13 19:46:51 +02:00
2025-12-18 22:39:57 +01:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-07-02 21:34:23 +02:00
2024-07-15 11:10:51 +02:00
2024-10-10 19:29:16 +02:00