php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #55639
Patch php-5.3.3-soap.patch revision 2012-01-27 10:34 UTC by kolya at telepark dot ua

Patch php-5.3.3-soap.patch for SOAP related Bug #55639

Patch version 2012-01-27 10:34 UTC

Return to Bug #55639 | Download this patch
Patch Revisions:

Developer: kolya@telepark.ua

--- php-5.3.3/ext/soap/php_http.c.old	2011-09-22 11:59:56.000000000 +0300
+++ php-5.3.3/ext/soap/php_http.c	2011-09-22 11:58:49.000000000 +0300
@@ -613,9 +613,9 @@ try_again:
 					    Z_TYPE_PP(tmp) == IS_STRING) {
 					/* TODO: Support for qop="auth-int" */
 						smart_str_append_const(&soap_headers, "\", qop=\"auth");
-						smart_str_append_const(&soap_headers, "\", nc=\"");
+						smart_str_append_const(&soap_headers, "\", nc=");
 						smart_str_appendl(&soap_headers, nc, 8);
-						smart_str_append_const(&soap_headers, "\", cnonce=\"");
+						smart_str_append_const(&soap_headers, ", cnonce=\"");
 						smart_str_appendl(&soap_headers, cnonce, 8);
 					}
 					smart_str_append_const(&soap_headers, "\", response=\"");
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 17:01:30 2024 UTC