Skip to content

Commit

Permalink
Merge branch 'PHP-8.1' into PHP-8.2
Browse files Browse the repository at this point in the history
* PHP-8.1:
  Fix failing soap tests on Windows
  • Loading branch information
cmb69 committed Sep 27, 2024
2 parents 706bcdb + 5f3e6e3 commit 9f63657
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ext/soap/tests/bugs/bug27722.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Bug #27722 (Segfault on schema without targetNamespace)
--EXTENSIONS--
soap
--GET--
wsdl
--INI--
soap.wsdl_cache_enabled=0
--FILE--
Expand Down
2 changes: 0 additions & 2 deletions ext/soap/tests/bugs/bug27742.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Bug #27742 (WDSL SOAP Parsing Schema bug)
--EXTENSIONS--
soap
--GET--
wsdl
--INI--
soap.wsdl_cache_enabled=0
--FILE--
Expand Down
6 changes: 6 additions & 0 deletions ext/soap/tests/server011.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
--TEST--
SOAP Server 11: bind
--SKIPIF--
<?php
if (PHP_OS_FAMILY === "Windows") {
die("skip currently unsupported on Windows");
}
?>
--EXTENSIONS--
soap
--GET--
Expand Down
6 changes: 6 additions & 0 deletions ext/soap/tests/server012.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
--TEST--
SOAP Server 12: WSDL generation
--SKIPIF--
<?php
if (PHP_OS_FAMILY === "Windows") {
die("skip currently unsupported on Windows");
}
?>
--EXTENSIONS--
soap
--GET--
Expand Down

0 comments on commit 9f63657

Please sign in to comment.