php-src/ext/xsl
Niels Dossche 3bb56ae418
Add missing properties to xsl stub (#12334)
* Define doXInclude for XSLTProcessor, and test the property

This was added in 8d1427dd98, but never defined on the stub.
It was more or less fine when dynamic properties were not deprecated,
but now they throw a deprecation warning. To fix it, define on the stub.
This should also help discoverability of the functionality.

* Define cloneDocument for XSLTProcessor, and test the property

This was introduced in 5c039bbad9, but never defined on the stub.
It was more or less fine when dynamic properties were not deprecated,
but now they throw a deprecation warning. To fix it, define on the stub.
This should also help discoverability of the functionality.
2023-10-06 17:42:47 +02:00
..
tests Add missing properties to xsl stub (#12334) 2023-10-06 17:42:47 +02:00
config.m4 ext/xsl: Use PKG_CHECK_MODULES to detect the EXSLT library 2019-06-07 09:35:14 +02:00
config.w32
CREDITS
php_xsl.c Fix uouv on oom on object allocation 2023-08-14 11:10:00 +02:00
php_xsl.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_xsl.stub.php Add missing properties to xsl stub (#12334) 2023-10-06 17:42:47 +02:00
php_xsl_arginfo.h Add missing properties to xsl stub (#12334) 2023-10-06 17:42:47 +02:00
xsltprocessor.c Add missing properties to xsl stub (#12334) 2023-10-06 17:42:47 +02:00