summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/odbc/php_odbc.c')
-rw-r--r--ext/odbc/php_odbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c
index 67a51feb3f..6fdee0f225 100644
--- a/ext/odbc/php_odbc.c
+++ b/ext/odbc/php_odbc.c
@@ -1095,7 +1095,7 @@ PHP_FUNCTION(odbc_execute)
}
}
efree(params);
- RETURN_FALSE;
+ RETURN_THROWS();
}
params[i-1].vallen = Z_STRLEN_P(tmp);