From eb48c254516c8518e23d45cca5a47ab2067dfe76 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 28 Sep 2005 11:23:32 +0000 Subject: Fixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception) --- ext/soap/php_schema.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/soap/php_schema.c') diff --git a/ext/soap/php_schema.c b/ext/soap/php_schema.c index 2446b6b67f..d6183ffc93 100644 --- a/ext/soap/php_schema.c +++ b/ext/soap/php_schema.c @@ -534,10 +534,6 @@ static int schema_union(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr unionType, sdlTyp if (node_is_equal(trav,"simpleType")) { sdlTypePtr newType, *tmp; - if (memberTypes != NULL) { - soap_error0(E_ERROR, "Parsing Schema: union has both 'memberTypes' attribute and subtypes"); - } - newType = emalloc(sizeof(sdlType)); memset(newType, 0, sizeof(sdlType)); -- cgit v1.2.1