diff options
| author | Dmitry Stogov <dmitry@php.net> | 2007-09-05 11:20:45 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2007-09-05 11:20:45 +0000 |
| commit | e56466edc8e712ec2ffc034f77d72cc00dd7db59 (patch) | |
| tree | 2dcb25a693cc31ddcaf9870b3f5fb7303977d650 /ext/soap/php_soap.h | |
| parent | ee944bd1b5fa22f003805f760e63fa94fec0c487 (diff) | |
| download | php-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.h | 1 |
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 |
