php-src/ext/xsl
DanielEScherzer ddd33fd7e4
Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667)
When global constants' or class constants' availability is based on some
preprocessor condition, the generated arginfo header files wrap the
declarations in the preprocessor `#if` conditional blocks, one per declaration,
even if they are in the same conditional block based on comments in the stub
file. Instead of having multiple conditional blocks one after the other with
the same condition, combine them into a single conditional block.
2025-06-22 14:35:28 -07:00
..
tests Merge branch 'PHP-8.4' 2025-02-22 16:00:45 +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 Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00
xsltprocessor.c Implement request #30622: make $namespace parameter functional 2024-09-30 20:34:51 +02:00