Skip to content

Commit 1ea5d2e

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Make test independent of online XSD schema Yet another check for php_strip_tags_ex()
2 parents b9dff11 + 49cbd23 commit 1ea5d2e

File tree

2 files changed

+642
-1
lines changed

2 files changed

+642
-1
lines changed

ext/soap/tests/bugs/bug76348.wsdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
targetNamespace="http://example.x-road.eu/producer/">
88
<types>
99
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://example.x-road.eu/producer/">
10-
<import namespace="http://x-road.eu/xsd/x-road.xsd" schemaLocation="http://x-road.eu/xsd/x-road.xsd"/>
10+
<import namespace="http://x-road.eu/xsd/x-road.xsd" schemaLocation="bug76348.xsd"/>
1111
<import namespace="http://www.w3.org/XML/1998/namespace"
1212
schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>
1313
<element name="exampleOperation">

0 commit comments

Comments
 (0)