--- ext/soap/php_http.c.orig Tue Feb 2 12:18:44 2010 +++ ext/soap/php_http.c Tue Feb 2 12:19:35 2010 @@ -727,8 +727,6 @@ strncasecmp(s, "content-type", sizeof("content-type")-1) != 0) && (name_len != sizeof("cookie")-1 || strncasecmp(s, "cookie", sizeof("cookie")-1) != 0) && - (name_len != sizeof("authorization")-1 || - strncasecmp(s, "authorization", sizeof("authorization")-1) != 0) && (name_len != sizeof("proxy-authorization")-1 || strncasecmp(s, "proxy-authorization", sizeof("proxy-authorization")-1) != 0)) { /* add header */