From da1a01ee934162065f8f61f6a4b10522e5304af1 Mon Sep 17 00:00:00 2001 From: Shane Caraveo Date: Sun, 14 Jul 2002 22:16:21 +0000 Subject: 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 --- ext/soap/php_soap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/soap/php_soap.h') 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 * -- cgit v1.2.1