php-src/ext/xsl
Nikita Popov 422d1665a2 Make convert_to_*_ex simple aliases of convert_to_*
Historically, the _ex variants separated the zval first, if a
conversion was necessary. This distinction no longer makes sense
since PHP 7.

The only difference that was still left is that _ex checked whether
the type is the same first, but the usage of these macros did not
actually distinguish on whether such an inlined check is valuable
or not in a given context.

Also drop the unused convert_to_explicit_type macros.
2021-01-14 12:11:11 +01:00
..
tests Promote warnings in ext/xsl 2020-09-28 16:02:31 +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 Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
CREDITS
php_xsl.c Remove unused XSL_DOMOBJ_NEW() macro 2020-09-28 15:42:51 +02:00
php_xsl.h Remove unused XSL_DOMOBJ_NEW() macro 2020-09-28 15:42:51 +02:00
php_xsl.stub.php Update ext/xsl parameter names 2020-10-08 10:28:50 +02:00
php_xsl_arginfo.h Update ext/xsl parameter names 2020-10-08 10:28:50 +02:00
xsltprocessor.c Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01:00