diff options
author | Dmitry Stogov <dmitry@zend.com> | 2017-12-14 22:59:58 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2017-12-14 22:59:58 +0300 |
commit | 0d484172fe7b35beae14ae777c2bda9cf120b55c (patch) | |
tree | d638a858f83a371043cbb2d188b70370d9811670 /ext/pdo_firebird/firebird_statement.c | |
parent | 0f06df310c879e3506409277831c4cba7d4d9af7 (diff) | |
download | php-git-0d484172fe7b35beae14ae777c2bda9cf120b55c.tar.gz |
Turn "pdo_stmt_methods" into constants.
Diffstat (limited to 'ext/pdo_firebird/firebird_statement.c')
-rw-r--r-- | ext/pdo_firebird/firebird_statement.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_firebird/firebird_statement.c b/ext/pdo_firebird/firebird_statement.c index 1061785a53..952080688e 100644 --- a/ext/pdo_firebird/firebird_statement.c +++ b/ext/pdo_firebird/firebird_statement.c @@ -761,7 +761,7 @@ static int firebird_stmt_cursor_closer(pdo_stmt_t *stmt) /* {{{ */ /* }}} */ -struct pdo_stmt_methods firebird_stmt_methods = { /* {{{ */ +const struct pdo_stmt_methods firebird_stmt_methods = { /* {{{ */ firebird_stmt_dtor, firebird_stmt_execute, firebird_stmt_fetch, |