mirror of
https://github.com/php/php-src.git
synced 2024-11-23 01:44:06 +08:00
53cb89670c
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. |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
CREDITS | ||
php_sysvsem.h | ||
sysvsem_arginfo.h | ||
sysvsem.c | ||
sysvsem.stub.php |