1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

Bug fix: dont cache connection if proxy setting have changed

This commit is contained in:
Adam Dickmeiss
2002-08-30 13:26:41 +00:00
parent 06fe943795
commit b18b6f3691
+1
View File
@@ -1273,6 +1273,7 @@ PHP_FUNCTION(yaz_connect)
#if USE_ZOOM
if (persistent && as && !as->in_use &&
!strcmp_null(option_get(as, "host"), zurl_str) &&
!strcmp_null(option_get(as, "proxy"), proxy_str) &&
!strcmp_null(option_get(as, "user"), user_str) &&
!strcmp_null(option_get(as, "group"), group_str) &&
!strcmp_null(option_get(as, "pass"), pass_str) &&