Turn "pdo_stmt_methods" into constants.

This commit is contained in:
Dmitry Stogov 2017-12-14 22:59:58 +03:00
parent 0f06df310c
commit 0d484172fe
15 changed files with 15 additions and 15 deletions

View file

@ -132,7 +132,7 @@ typedef struct {
extern const pdo_driver_t pdo_firebird_driver;
extern struct pdo_stmt_methods firebird_stmt_methods;
extern const struct pdo_stmt_methods firebird_stmt_methods;
void _firebird_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, char const *file, zend_long line);