mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
WSDL cache was disabled by default (see WSDL_CACHE macro)
WSDL related memory leaks were fixed
This commit is contained in:
parent
88c1168941
commit
6ae97a5b25
6 changed files with 280 additions and 225 deletions
|
@ -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[];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue