From 73605400e842e3c0210c46e4980b9ea748db3886 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 7 Feb 2006 12:49:10 +0000 Subject: Fixed bug #36083 (SoapClient waits for responses on one-way operations) --- ext/soap/php_soap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/soap/php_soap.h') diff --git a/ext/soap/php_soap.h b/ext/soap/php_soap.h index 7d2faac1c0..21c8e078c1 100644 --- a/ext/soap/php_soap.h +++ b/ext/soap/php_soap.h @@ -153,6 +153,7 @@ struct _soapService { #define SOAP_AUTHENTICATION_DIGEST 1 #define SOAP_SINGLE_ELEMENT_ARRAYS (1<<0) +#define SOAP_WAIT_ONE_WAY_CALLS (2<<0) ZEND_BEGIN_MODULE_GLOBALS(soap) HashTable defEncNs; /* mapping of default namespaces to prefixes */ -- cgit v1.2.1