summaryrefslogtreecommitdiff
path: root/ext/soap/php_soap.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/php_soap.h')
-rw-r--r--ext/soap/php_soap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/php_soap.h b/ext/soap/php_soap.h
index 652174fb3d..0b30e7ea9c 100644
--- a/ext/soap/php_soap.h
+++ b/ext/soap/php_soap.h
@@ -159,7 +159,7 @@ ZEND_BEGIN_MODULE_GLOBALS(soap)
int cur_uniq_ns;
int soap_version;
sdlPtr sdl;
- zend_bool use_soap_error_handler;
+ bool use_soap_error_handler;
char* error_code;
zval error_object;
char cache;