mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Turn "pdo_stmt_methods" into constants.
This commit is contained in:
parent
0f06df310c
commit
0d484172fe
15 changed files with 15 additions and 15 deletions
|
@ -707,7 +707,7 @@ static int pdo_pgsql_stmt_cursor_closer(pdo_stmt_t *stmt)
|
|||
return 1;
|
||||
}
|
||||
|
||||
struct pdo_stmt_methods pgsql_stmt_methods = {
|
||||
const struct pdo_stmt_methods pgsql_stmt_methods = {
|
||||
pgsql_stmt_dtor,
|
||||
pgsql_stmt_execute,
|
||||
pgsql_stmt_fetch,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue