diff options
author | Shane Caraveo <shane@php.net> | 2002-07-14 22:16:21 +0000 |
---|---|---|
committer | Shane Caraveo <shane@php.net> | 2002-07-14 22:16:21 +0000 |
commit | da1a01ee934162065f8f61f6a4b10522e5304af1 (patch) | |
tree | 95aa8ffcff2f83898013bb1790cf9eadc184b8e8 /ext/soap/php_soap.h | |
parent | eaf442b97fd6fa399920c6b94f6e92992c00043c (diff) | |
download | php-git-da1a01ee934162065f8f61f6a4b10522e5304af1.tar.gz |
a few fixes
fix __isfault
fix decimal encoding
fix a couple crashers in release builds by initializing variables
set http to 1.0 since 1.1 features are not really supported
Diffstat (limited to 'ext/soap/php_soap.h')
-rw-r--r-- | ext/soap/php_soap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/soap/php_soap.h b/ext/soap/php_soap.h index 98c9e57f35..681e5b0ca0 100644 --- a/ext/soap/php_soap.h +++ b/ext/soap/php_soap.h @@ -22,6 +22,8 @@ # define PHP_STREAMS #endif +#define SOAP_DEBUG 1 + #ifdef PHP_WIN32 # ifdef PHP_STREAMS # define SOAP_STREAM php_stream * |