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:
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user