summaryrefslogtreecommitdiff
path: root/ext/soap/php_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/php_http.h')
-rw-r--r--ext/soap/php_http.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/soap/php_http.h b/ext/soap/php_http.h
index 8065fef7c9..685d9da180 100644
--- a/ext/soap/php_http.h
+++ b/ext/soap/php_http.h
@@ -29,8 +29,8 @@ int make_http_soap_request(zval *this_ptr,
int proxy_authentication(zval* this_ptr, smart_str* soap_headers);
int basic_authentication(zval* this_ptr, smart_str* soap_headers);
void http_context_headers(php_stream_context* context,
- zend_bool has_authorization,
- zend_bool has_proxy_authorization,
- zend_bool has_cookies,
+ bool has_authorization,
+ bool has_proxy_authorization,
+ bool has_cookies,
smart_str* soap_headers);
#endif