summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.h
diff options
context:
space:
mode:
authorBrad LaFountain <rodif_bl@php.net>2002-08-14 05:26:25 +0000
committerBrad LaFountain <rodif_bl@php.net>2002-08-14 05:26:25 +0000
commit7c1d2ff2e45d2930fb08a27f08c3748309e8a7ab (patch)
tree8117fec68e6e7618ed6180ea72a96300120a2314 /ext/soap/php_encoding.h
parentb806a8e247e0ff869b4f8f35a9ab9effd2f44a7a (diff)
downloadphp-git-7c1d2ff2e45d2930fb08a27f08c3748309e8a7ab.tar.gz
some more doc/lit stuff
some more wsdl stuff
Diffstat (limited to 'ext/soap/php_encoding.h')
-rw-r--r--ext/soap/php_encoding.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h
index a6a9b43270..0fe9559973 100644
--- a/ext/soap/php_encoding.h
+++ b/ext/soap/php_encoding.h
@@ -206,7 +206,7 @@ xmlNodePtr to_xml_gmonth(encodeType type, zval *data, int style);
#define get_conversion(e) get_conversion_ex(SOAP_GLOBAL(defEncIndex), e)
#define get_conversion_from_type(n, t) get_conversion_from_type_ex(SOAP_GLOBAL(defEnc), n, t)
-#define get_conversion_from_href_type(t) get_conversion_from_href_type_ex(SOAP_GLOBAL(defEnc), t)
+#define get_conversion_from_href_type(t) get_conversion_from_href_type_ex(SOAP_GLOBAL(defEnc), t, strlen(t))
void encode_reset_ns();
smart_str *encode_new_ns();
@@ -215,7 +215,7 @@ void set_ns_and_type(xmlNodePtr node, encodeType type);
void set_ns_and_type_ex(xmlNodePtr node, char *ns, char *type);
encodePtr get_conversion_ex(HashTable *encoding, int encode);
encodePtr get_conversion_from_type_ex(HashTable *encoding, xmlNodePtr node, char *type);
-encodePtr get_conversion_from_href_type_ex(HashTable *encoding, char *type);
+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);