]> granicus.if.org Git - php/commitdiff
Fixed proxy setting for ZOOM
authorAdam Dickmeiss <dickmeiss@php.net>
Tue, 30 Jul 2002 10:50:48 +0000 (10:50 +0000)
committerAdam Dickmeiss <dickmeiss@php.net>
Tue, 30 Jul 2002 10:50:48 +0000 (10:50 +0000)
ext/yaz/php_yaz.c

index b0a09af82421195009cd5ff942e7a4f7a021ccb2..4c8c492087328afdf3fd415ca52881ff672f950c 100644 (file)
@@ -1281,6 +1281,7 @@ PHP_FUNCTION(yaz_connect)
             option_set (as, "otherInfo0", otherInfo[0]);
             option_set (as, "otherInfo1", otherInfo[1]);
             option_set (as, "otherInfo2", otherInfo[2]);
+            option_set (as, "proxy", proxy_str);
                        ZOOM_connection_connect (as->zoom_conn, zurl_str, 0);
                        break;
                }
@@ -1334,6 +1335,7 @@ PHP_FUNCTION(yaz_connect)
         option_set (as, "otherInfo0", otherInfo[0]);
         option_set (as, "otherInfo1", otherInfo[1]);
         option_set (as, "otherInfo2", otherInfo[2]);
+        option_set (as, "proxy", proxy_str);
         
                ZOOM_connection_connect (as->zoom_conn, zurl_str, 0);
 #else