From: Nikos Mavroyanopoulos Date: Fri, 20 Oct 2000 21:01:31 +0000 (+0000) Subject: updated for the new sqlcli X-Git-Tag: php-4.0.4RC3~597 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebaf484830ab5c7a0e14a9b43a174916330cd031;p=php updated for the new sqlcli --- 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);