We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2f0cb commit bd47c14Copy full SHA for bd47c14
ext/soap/php_schema.c
@@ -48,6 +48,7 @@ static bool node_is_equal_xsd(xmlNodePtr node, const char *name)
48
static const char *ns[] = {
49
XSD_NAMESPACE,
50
XSD_DRAFT_2000_NAMESPACE,
51
+ XSD_1999_NAMESPACE,
52
NULL
53
};
54
0 commit comments