]> granicus.if.org Git - php/commitdiff
updated for the new sqlcli
authorNikos Mavroyanopoulos <nmav@php.net>
Fri, 20 Oct 2000 21:01:31 +0000 (21:01 +0000)
committerNikos Mavroyanopoulos <nmav@php.net>
Fri, 20 Oct 2000 21:01:31 +0000 (21:01 +0000)
ext/ovrimos/ovrimos.c

index c372b70d057ef84d6f33fb448b4f83e25fad42eb..c1788977b8ca005501737f3b952c8f92f3ba94e6 100644 (file)
@@ -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);