summaryrefslogtreecommitdiff
path: root/ext/soap/php_soap.h
diff options
context:
space:
mode:
authorShane Caraveo <shane@php.net>2002-07-14 22:16:21 +0000
committerShane Caraveo <shane@php.net>2002-07-14 22:16:21 +0000
commitda1a01ee934162065f8f61f6a4b10522e5304af1 (patch)
tree95aa8ffcff2f83898013bb1790cf9eadc184b8e8 /ext/soap/php_soap.h
parenteaf442b97fd6fa399920c6b94f6e92992c00043c (diff)
downloadphp-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.h2
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 *