php-src/ext/pdo
Máté Kocsis c76910cd96
Display types in stubs more uniformly
In preparation for generating method signatures for the manual.

This change gets rid of bogus false|null return types, a few unnecessary trailing backslashes, and settles on using ? when possible for nullable types.
2020-09-16 21:19:36 +02:00
..
tests Skip PDO test for Oracle 2020-09-10 17:32:44 +10:00
config.m4 Remove conditional calls of always available macros 2019-07-14 22:24:21 +02:00
config.w32 Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
CREDITS Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
Makefile.frag Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
Makefile.frag.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
pdo_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
pdo_dbh_arginfo.h Add more precise type info for stubs 2020-09-01 16:35:56 +02:00
pdo_dbh.c Drop various unused macros/APIs 2020-08-26 12:59:43 +02:00
pdo_dbh.stub.php Add more precise type info for stubs 2020-09-01 16:35:56 +02:00
pdo_sql_parser.re Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
pdo_sqlstate.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
pdo_stmt_arginfo.h Display types in stubs more uniformly 2020-09-16 21:19:36 +02:00
pdo_stmt.c Fix #80027 Terrible performance using $query->fetch on queries with many bind parameters 2020-08-31 11:02:34 +02:00
pdo_stmt.stub.php Display types in stubs more uniformly 2020-09-16 21:19:36 +02:00
pdo.c Drop php_pdo_get_exception_base() function 2020-08-11 17:40:39 +02:00
pdo.stub.php Generate function entries for another batch of extensions 2020-04-05 21:15:30 +02:00
php_pdo_driver.h Fix #80027 Terrible performance using $query->fetch on queries with many bind parameters 2020-08-31 11:02:34 +02:00
php_pdo_error.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_pdo_int.h Drop php_pdo_get_exception_base() function 2020-08-11 17:40:39 +02:00
php_pdo.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00