mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix failing soap tests on Windows
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
Bug #27722 (Segfault on schema without targetNamespace)
|
||||
--EXTENSIONS--
|
||||
soap
|
||||
--GET--
|
||||
wsdl
|
||||
--INI--
|
||||
soap.wsdl_cache_enabled=0
|
||||
--ENV--
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
Bug #27742 (WDSL SOAP Parsing Schema bug)
|
||||
--EXTENSIONS--
|
||||
soap
|
||||
--GET--
|
||||
wsdl
|
||||
--INI--
|
||||
soap.wsdl_cache_enabled=0
|
||||
--ENV--
|
||||
|
||||
@@ -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--
|
||||
|
||||
@@ -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--
|
||||
|
||||
Reference in New Issue
Block a user