]> granicus.if.org Git - php/commitdiff
update prototype
authorWez Furlong <wez@php.net>
Wed, 19 May 2004 12:40:50 +0000 (12:40 +0000)
committerWez Furlong <wez@php.net>
Wed, 19 May 2004 12:40:50 +0000 (12:40 +0000)
ext/pdo_odbc/odbc_driver.c

index ca16bf6b6430f96af74841b2237fffba0846eba1..c3480c1729011397b1455ca08a38e6c904a2500b 100755 (executable)
@@ -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;