php-src/ext/ftp
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 Trim trailing whitespace (#14721) 2024-06-29 18:41:45 +02:00
config.m4 Autotools: Improve ftp and mysqlnd SSL configure options (#15164) 2024-08-03 22:13:36 +02:00
config.w32 Autotools: Improve ftp and mysqlnd SSL configure options (#15164) 2024-08-03 22:13:36 +02:00
CREDITS
ftp_arginfo.h Generated arginfo header files: remove empty zend_function_entry arrays (#15705) 2024-09-03 23:19:53 +02:00
ftp.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
ftp.h Struct-pack stream-related data in ftpbuf (#12877) 2023-12-06 04:39:00 +00:00
ftp.stub.php Merge branch 'PHP-8.1' into PHP-8.2 2023-03-03 21:12:04 +00:00
php_ftp.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
php_ftp.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00