Skip to content

Commit bd47c14

Browse files
committed
Also allow XSD_1999_NAMESPACE
1 parent 5d2f0cb commit bd47c14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/soap/php_schema.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ static bool node_is_equal_xsd(xmlNodePtr node, const char *name)
4848
static const char *ns[] = {
4949
XSD_NAMESPACE,
5050
XSD_DRAFT_2000_NAMESPACE,
51+
XSD_1999_NAMESPACE,
5152
NULL
5253
};
5354

0 commit comments

Comments
 (0)