php-src/ext/xsl
Niels Dossche 7974c62873
Fix using Dom\Node with Dom\XPath callbacks
This code was introduced when the Dom\Node and DOMNode classes were
still aliases, so the type check was never updated.
We fix this by checking if the doc pointer follows the spec and pick the
right node CE based on that.

Closes GH-17888.
2025-02-22 16:00:39 +01:00
..
tests Fix using Dom\Node with Dom\XPath callbacks 2025-02-22 16:00:39 +01:00
config.m4 Autotools: Use a no-op command in PKG_CHECK_MODULES (#15562) 2024-08-23 22:35:59 +02:00
config.w32 Sync AC_DEFINE help texts (#15207) 2024-08-03 09:47:39 +02:00
CREDITS
php_xsl.c Convert forgotten efree to zend_string_release 2024-07-18 17:32:50 +02:00
php_xsl.h Avoid duplicating the filename string when profiling in XSL (#15010) 2024-07-18 17:27:53 +02:00
php_xsl.stub.php Update ext/dom names after policy change (#14171) 2024-05-09 10:40:53 +02:00
php_xsl_arginfo.h Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
xsltprocessor.c Avoid duplicating the filename string when profiling in XSL (#15010) 2024-07-18 17:27:53 +02:00