php-src/ext/tidy
DanielEScherzer 7a8b1f683b
Generated arginfo header files: use known strings for prop names when… (#15751)
Instead of allocating, using, and then releasing a zend_string for every
property name unconditionally, only do so when the minimum supported version of
PHP does not have that string in its known strings (ZEND_KNOWN_STRINGS). If the
string is already known, just use the known version directly. This is already
done for some non-generated class registrations, e.g. in
`zend_enum_register_props()`.
2024-09-30 13:22:34 +02:00
..
tests Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
config.m4 Autotools: Fix tidy library checks (#15576) 2024-08-27 00:00:20 +02: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_arginfo.h Generated arginfo header files: use known strings for prop names when… (#15751) 2024-09-30 13:22:34 +02:00
tidy.c Add tidyNode::getNextSibling() and tidyNode::getPreviousSibling() 2024-07-25 13:55:20 +02:00
tidy.stub.php Add tidyNode::getNextSibling() and tidyNode::getPreviousSibling() 2024-07-25 13:55:20 +02:00