Niels Dossche
d73b2f782e
Fix GH-21077: Accessing Dom\Node::baseURI can throw TypeError
...
Prior to this patch there was a common read handler, and it relied on
the dom class set in the intern document. However, Dom\Implementation
allows creating DTDs unassociated with a document, so we can't rely on
an intern document and the check fails. This causes the ZVAL_NULL() path
to be taken.
To solve this, just split the handler.
Closes GH-21082.
2026-01-30 18:13:55 +01:00
..
2025-05-24 20:38:33 +02:00
2025-12-05 22:31:14 +00:00
2025-08-07 19:08:58 +02:00
2024-11-29 16:32:12 +01:00
2025-10-15 19:39:12 +02:00
2026-01-30 13:09:44 +00:00
2026-01-14 14:21:29 +00:00
2026-01-24 11:38:45 +00:00
2025-03-14 10:49:10 +01:00
2026-01-30 18:13:55 +01:00
2025-06-01 18:21:34 +02:00
2025-10-15 20:24:22 +02:00
2025-02-17 10:27:33 +03:00
2025-05-28 19:48:59 +02:00
2025-04-11 23:36:12 +02:00
2025-12-03 20:22:38 +00:00
2025-12-04 23:14:01 +00:00
2025-01-09 13:45:59 +00:00
2025-07-22 15:52:29 +02:00
2025-10-29 14:38:35 -03:00
2025-12-22 12:12:42 +01:00
2025-03-08 12:27:28 +01:00
2025-12-08 22:30:16 +01:00
2025-12-02 16:45:31 +01:00
2026-01-14 20:07:11 +01:00
2025-12-14 15:28:01 +00:00
2025-11-21 09:19:56 +01:00
2025-06-09 11:25:41 +02:00
2026-01-21 00:24:14 +01:00
2026-01-23 14:59:08 +01:00
2025-12-24 16:10:13 +00:00
2025-11-07 18:54:45 +01:00
2025-12-16 15:35:25 +01:00
2025-12-28 13:09:05 +01:00
2025-10-24 21:20:28 +02:00
2025-06-09 11:25:41 +02:00
2026-01-28 18:12:08 +00:00
2025-06-07 14:28:29 +01:00
2026-01-19 06:17:23 +00:00
2026-01-10 15:09:36 +01:00
2025-12-22 12:54:36 +00:00
2025-11-04 08:33:31 +01:00
2026-01-02 13:04:13 +01:00
2025-10-22 10:01:35 +02:00
2025-01-24 14:10:00 +00:00
2025-10-12 11:25:25 +02:00
2025-04-11 23:36:12 +02:00
2025-10-02 19:39:25 +02:00
2025-07-17 21:52:23 +02:00
2026-01-07 09:45:06 +01:00
2026-01-11 20:42:25 +01:00
2025-12-14 23:17:58 +01:00
2026-01-21 17:32:01 +01:00
2025-11-05 20:22:39 +01:00
2025-12-03 22:16:54 +01:00
2025-10-11 23:57:36 +02:00
2025-09-29 16:08:31 +02:00
2026-01-13 12:32:52 +01:00
2025-11-18 20:31:15 +01:00
2025-12-28 00:21:56 +01:00