summaryrefslogtreecommitdiff
path: root/ext/soap/php_soap.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2007-09-05 11:20:45 +0000
committerDmitry Stogov <dmitry@php.net>2007-09-05 11:20:45 +0000
commite56466edc8e712ec2ffc034f77d72cc00dd7db59 (patch)
tree2dcb25a693cc31ddcaf9870b3f5fb7303977d650 /ext/soap/php_soap.h
parentee944bd1b5fa22f003805f760e63fa94fec0c487 (diff)
downloadphp-git-e56466edc8e712ec2ffc034f77d72cc00dd7db59.tar.gz
Fixed bug #42214 (SoapServer sends clients internal PHP errors)
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 345790463c..73a516c756 100644
--- a/ext/soap/php_soap.h
+++ b/ext/soap/php_soap.h
@@ -106,6 +106,7 @@ struct _soapService {
HashTable *class_map;
int features;
struct _soapHeader **soap_headers_ptr;
+ int send_errors;
};
#define SOAP_CLASS 1