summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc/odbc_driver.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2004-05-19 12:40:50 +0000
committerWez Furlong <wez@php.net>2004-05-19 12:40:50 +0000
commit777484b561c3e5f6c2e087072d209158f89330da (patch)
tree6da65327be0e547f2608c4e880526609209a7c59 /ext/pdo_odbc/odbc_driver.c
parentf7de5001e249fd5765b4f4671ee2d39c90588265 (diff)
downloadphp-git-777484b561c3e5f6c2e087072d209158f89330da.tar.gz
update prototype
Diffstat (limited to 'ext/pdo_odbc/odbc_driver.c')
-rwxr-xr-xext/pdo_odbc/odbc_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_odbc/odbc_driver.c b/ext/pdo_odbc/odbc_driver.c
index ca16bf6b64..c3480c1729 100755
--- a/ext/pdo_odbc/odbc_driver.c
+++ b/ext/pdo_odbc/odbc_driver.c
@@ -61,7 +61,7 @@ static int odbc_handle_closer(pdo_dbh_t *dbh TSRMLS_DC)
return 0;
}
-static int odbc_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt TSRMLS_DC)
+static int odbc_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, long options, zval *driver_options TSRMLS_DC)
{
RETCODE rc;
pdo_odbc_db_handle *H = (pdo_odbc_db_handle *)dbh->driver_data;