php-src/ext/pdo_mysql
Nikita Popov cfaa270da5 Use variadic signature for PDOStatement::fetchAll()
The current signature is incorrect, because the $ctor_args parameter
is not required to be an array (it can at least also be null, and
isn't enforced by an exception anyway).

I'm going for the variadic signature here, because we already use
the same variadic signature in PDO::query() and
PDOStatement::setFetchMode(), all of them accepting essentially the
same arguments.
2020-08-14 15:19:18 +02:00
..
tests Use variadic signature for PDOStatement::fetchAll() 2020-08-14 15:19:18 +02:00
config.m4 Merge branch 'PHP-7.4' 2019-07-14 13:49:18 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
get_error_codes.php Apply tidy formatting 2020-02-03 13:41:31 +01:00
mysql_driver.c Merge branch 'PHP-7.4' 2020-08-11 17:16:38 +02:00
mysql_statement.c Fix [-Wundef] warning in PDO MySQL extension 2020-05-20 16:29:52 +02:00
pdo_mysql.c Get rid of empty function entries 2020-08-01 10:07:05 +02:00
php_pdo_mysql.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_pdo_mysql_int.h Fix [-Wundef] warning in PDO MySQL extension 2020-05-20 16:29:52 +02:00
php_pdo_mysql_sqlstate.h trailing whitespace removal 2015-01-10 15:07:38 -08:00