Skip to content

Commit 564df33

Browse files
committed
Add FIXME
1 parent 6723e88 commit 564df33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/soap/php_xml.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ xmlDocPtr soap_xmlParseMemory(const void *buf, size_t buf_size)
183183
return ret;
184184
}
185185

186+
/* FIXME: this is wrong, attributes don't inherit the namespace of the node they're in! */
186187
xmlNsPtr attr_find_ns(xmlAttrPtr node)
187188
{
188189
if (node->ns) {

0 commit comments

Comments
 (0)