summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/ovrimos/ovrimos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ovrimos/ovrimos.c b/ext/ovrimos/ovrimos.c
index c372b70d05..c1788977b8 100644
--- a/ext/ovrimos/ovrimos.c
+++ b/ext/ovrimos/ovrimos.c
@@ -36,7 +36,7 @@ PHP_FUNCTION(ovrimos_connect) {
convert_to_string(arg3);
convert_to_string(arg4);
if(!sqlConnect(arg1->value.str.val,arg2->value.str.val,arg3->value.str.val,
- arg4->value.str.val,&conn)) {
+ arg4->value.str.val,&conn, 0)) {
RETURN_LONG(0);
}
RETURN_LONG((int)conn+1);