php-src/ext/sysvmsg
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 Migrate skip checks to --EXTENSIONS--, p4 2021-04-08 10:36:44 +02:00
config.m4 Autotools: Wrap long texts with m4_text_wrap (#15368) 2024-08-13 10:33:17 +02:00
CREDITS
php_sysvmsg.h Declare ext/sysvmsg constants in stubs (#9125) 2022-07-25 16:21:01 +02:00
sysvmsg_arginfo.h Generated arginfo header files: remove empty zend_function_entry arrays (#15705) 2024-09-03 23:19:53 +02:00
sysvmsg.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
sysvmsg.stub.php Declare ext/sysvmsg constants in stubs (#9125) 2022-07-25 16:21:01 +02:00