php-src/ext/libxml
DanielEScherzer 53cb89670c
Generated arginfo header files: remove empty zend_function_entry arrays (#15705)
When a class (or enum) has no methods, rather than using an array that only
contains `ZEND_FE_END`, use `NULL` for the functions. The implementation of
class registration for internal classes, `do_register_internal_class()` in
zend_API.c, already skips classes where the functions are `NULL`. By removing
these unneeded arrays, we can reduce the size of the header files, while also
removing an unneeded call to zend_register_functions() for each internal class
with no extra methods.
2024-09-03 23:19:53 +02:00
..
tests Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
config0.m4 Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
config.w32 Fix GH-15534: Bump minimum libxml2 version to 2.9.4 (#15536) 2024-08-23 23:14:38 +02:00
CREDITS
libxml_arginfo.h Generated arginfo header files: remove empty zend_function_entry arrays (#15705) 2024-09-03 23:19:53 +02:00
libxml.c Support templated content 2024-07-15 11:10:51 +02:00
libxml.stub.php Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
mime_sniff.c More testing of mime_sniff and fix off-by-one causing trailing whitespace to not be always stripped (#12935) 2023-12-12 17:44:36 +01:00
php_libxml2.def Fix GH-14563: Build failure with libxml2 v2.13.0 2024-06-29 16:28:16 +02:00
php_libxml.h Use unsigned int instead of int for refcount for libxml objects (#15247) 2024-08-05 22:04:24 +02:00