mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
![]() On NixOS we run `make` & `make check` inside `ext/soap` which broke the test like this: 001+ Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'ext/soap/tests/gh15711.wsdl' : failed to load "ext/soap/tests/gh15711.wsdl": No such file or directory 002+ in /build/php-8.3.13/ext/soap/tests/gh15711.php:29 003+ Stack trace: 004+ #0 /build/php-8.3.13/ext/soap/tests/gh15711.php(29): SoapClient->__construct('ext/soap/tests/...', Array) 005+ #1 {main} 006+ thrown in /build/php-8.3.13/ext/soap/tests/gh15711.php on line 29 Fix is to make the path dependant on `__DIR__` as it's the case in other testcases including WSDLs. Closes GH-16733. |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
php_encoding.c | ||
php_encoding.h | ||
php_http.c | ||
php_http.h | ||
php_packet_soap.c | ||
php_packet_soap.h | ||
php_schema.c | ||
php_schema.h | ||
php_sdl.c | ||
php_sdl.h | ||
php_soap.h | ||
php_xml.c | ||
php_xml.h | ||
soap.c | ||
soap.stub.php | ||
soap_arginfo.h |