php-src/ext/pdo
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 Merge branch 'PHP-8.3' 2024-02-27 15:32:20 +00:00
config.m4 Don't export php_pdo_int.h 2024-09-01 13:33:53 +02:00
config.w32 Don't export php_pdo_int.h 2024-09-01 13:33:53 +02:00
CREDITS Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
Makefile.frag Define default RE2C_FLAGS (#14615) 2024-06-24 22:09:04 +02:00
Makefile.frag.w32 Define default RE2C_FLAGS (#14615) 2024-06-24 22:09:04 +02:00
pdo_arginfo.h Generated arginfo header files: remove empty zend_function_entry arrays (#15705) 2024-09-03 23:19:53 +02:00
pdo_dbh_arginfo.h Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
pdo_dbh.c Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
pdo_dbh.stub.php Implement PDO driver-specific subclasses 2024-01-11 23:22:41 +01:00
pdo_sql_parser.h Update http links to https and sync www.php.net URLs (#14854) 2024-07-07 04:23:08 +02:00
pdo_sql_parser.re Don't export php_pdo_int.h 2024-09-01 13:33:53 +02:00
pdo_sqlstate.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
pdo_stmt_arginfo.h Generated arginfo header files: remove empty zend_function_entry arrays (#15705) 2024-09-03 23:19:53 +02:00
pdo_stmt.c Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
pdo_stmt.stub.php Declare the missing true return types (#13709) 2024-03-16 07:26:37 +01:00
pdo.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
pdo.stub.php Add some stub related todo comments 2022-05-25 13:24:11 +02:00
php_pdo_driver.h Implemented PDO Driver specific SQL parsers 2024-06-17 23:31:24 +02:00
php_pdo_error.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_pdo_int.h Implement PDO driver-specific subclasses 2024-01-11 23:22:41 +01:00
php_pdo.h Add Pdo\Pgsql::setNoticeCallback() (#14299) 2024-06-09 03:04:51 +01:00