summaryrefslogtreecommitdiff
path: root/ext/soap/php_soap.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2006-02-07 12:49:30 +0000
committerDmitry Stogov <dmitry@php.net>2006-02-07 12:49:30 +0000
commita13e2c57846d390a8d91d4961ab12d42938830e1 (patch)
tree8f5f281914bbb7ac8b4dda4e32601c349813edb3 /ext/soap/php_soap.h
parent8e4671ba01eaed1c4115c18cde01159d3d739ec3 (diff)
downloadphp-git-a13e2c57846d390a8d91d4961ab12d42938830e1.tar.gz
Fixed bug #36083 (SoapClient waits for responses on one-way operations)
Diffstat (limited to 'ext/soap/php_soap.h')
-rw-r--r--ext/soap/php_soap.h1
1 files changed, 1 insertions, 0 deletions
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 */