php-src/ext/pdo_mysql
Nikita Popov 0f3698173e Update PDO parameter names
Followup to previous changes:
 * Use camel case, as PDO uses a camel case OO API.
 * Use &$var instead of &$bind_var or &$param.
 * Use $column instead of $index. We have cases (both inside PDO
   and in other DB exts) where columns can also be represented as
   strings, so $column is the safer generic name.

Closes GH-6272.
2020-10-05 15:51:36 +02:00
..
tests Update PDO parameter names 2020-10-05 15:51:36 +02:00
config.m4 Merge branch 'PHP-7.3' into PHP-7.4 2020-09-17 11:32:01 +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 Improve PDO::inTransaction() support for MySQL 2020-09-23 11:50:06 +02:00
mysql_statement.c Fix [-Wundef] warning in PDO MySQL extension 2020-05-20 16:29:52 +02:00
pdo_mysql.c Convert warning to assetion in MySQL PDO driver 2020-09-15 12:49:59 +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 warnings when building against libmysqlclient 2020-09-17 15:02:35 +02:00
php_pdo_mysql_sqlstate.h