php-src/ext/tidy
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 ext/tidy: config options checks strengthening. 2025-06-05 13:16:25 +01:00
config.m4 Merge branch 'PHP-8.3' into PHP-8.4 2025-06-04 20:35:17 +01:00
config.w32 Update ext/tidy preprocessor macros help texts (#15269) 2024-08-08 08:29:43 +02:00
CREDITS
php_tidy.def Fix libtidy exports when ext/tidy compiled static 2018-12-09 18:59:05 +01:00
php_tidy.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
tidy.c ext/tidy: zend_parse_parameters_none -> ZEND_PARSE_PARAMETERS_NONE macro (#18913) 2025-06-22 19:47:36 +01:00
tidy.stub.php Add tidyNode::getNextSibling() and tidyNode::getPreviousSibling() 2024-07-25 13:55:20 +02:00
tidy_arginfo.h Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00