summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-02-06 14:22:33 +0000
committerDmitry Stogov <dmitry@php.net>2004-02-06 14:22:33 +0000
commit6ae97a5b250ba87d960c2df4090846ffa8a6551a (patch)
tree975050dfd1311d6acd18d758e7e3b7c134cca2fb /ext/soap/php_encoding.h
parent88c1168941e03b7ac0728002bbf0fc39f6c62d20 (diff)
downloadphp-git-6ae97a5b250ba87d960c2df4090846ffa8a6551a.tar.gz
WSDL cache was disabled by default (see WSDL_CACHE macro)
WSDL related memory leaks were fixed
Diffstat (limited to 'ext/soap/php_encoding.h')
-rw-r--r--ext/soap/php_encoding.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h
index 47069d1020..f00ea77bc9 100644
--- a/ext/soap/php_encoding.h
+++ b/ext/soap/php_encoding.h
@@ -215,6 +215,7 @@ encodePtr get_conversion_from_type_ex(HashTable *encoding, xmlNodePtr node, cons
encodePtr get_conversion_from_href_type_ex(HashTable *encoding, const char *type, int len);
void delete_encoder(void *handle);
+void delete_tmp_encoder(void *encode);
extern encode defaultEncoding[];