diff options
author | Dmitry Stogov <dmitry@php.net> | 2004-01-05 16:44:01 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2004-01-05 16:44:01 +0000 |
commit | de6184edee81007ca39616a0a05783f933ffce00 (patch) | |
tree | c8e210984891c36c356057a195b0ee6a4e4c6c1f /ext/soap/php_xml.h | |
parent | 2e2d5d78f0f83715e79df152bba0f4d543d69312 (diff) | |
download | php-git-de6184edee81007ca39616a0a05783f933ffce00.tar.gz |
PHP5 support, better encoding and WSDL support, interop round 2 base and groupB
Diffstat (limited to 'ext/soap/php_xml.h')
-rw-r--r-- | ext/soap/php_xml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/php_xml.h b/ext/soap/php_xml.h index 461bf9dd97..e791984231 100644 --- a/ext/soap/php_xml.h +++ b/ext/soap/php_xml.h @@ -17,7 +17,7 @@ xmlNodePtr get_node_ex(xmlNodePtr node,char *name, char *ns); xmlNodePtr get_node_recurisve_ex(xmlNodePtr node,char *name, char *ns); xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns); xmlNodePtr get_node_with_attribute_recursive_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns); -int parse_namespace(char *inval,char **value,char **namespace); +int parse_namespace(const char *inval,char **value,char **namespace); xmlNodePtr check_and_resolve_href(xmlNodePtr data); int php_stream_xmlIO_match_wrapper(const char *filename); |