diff options
Diffstat (limited to 'ext/soap/php_encoding.h')
| -rw-r--r-- | ext/soap/php_encoding.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h index 0fe9559973..b8a8cf458e 100644 --- a/ext/soap/php_encoding.h +++ b/ext/soap/php_encoding.h @@ -218,7 +218,7 @@ encodePtr get_conversion_from_type_ex(HashTable *encoding, xmlNodePtr node, char  encodePtr get_conversion_from_href_type_ex(HashTable *encoding, char *type, int len);  int is_map(zval *array); -void get_array_type(zval *array, smart_str *out_type); +void get_array_type(zval *array, smart_str *out_type TSRMLS_DC);  void delete_encoder(void *handle);  | 
