diff options
Diffstat (limited to 'ext/pdo/php_pdo_driver.h')
-rw-r--r-- | ext/pdo/php_pdo_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/php_pdo_driver.h b/ext/pdo/php_pdo_driver.h index 578f3a3ac1..52c64cda1c 100644 --- a/ext/pdo/php_pdo_driver.h +++ b/ext/pdo/php_pdo_driver.h @@ -563,7 +563,7 @@ struct pdo_bound_param_data { /* represents a prepared statement */ struct _pdo_stmt_t { /* driver specifics */ - struct pdo_stmt_methods *methods; + const struct pdo_stmt_methods *methods; void *driver_data; /* if true, we've already successfully executed this statement at least |