php-src/ext/soap
Maximilian Bosch 73c4fa0ea4
ext/soap: fix make check being invoked in ext/soap
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.
2024-11-08 20:47:28 +01:00
..
tests ext/soap: fix make check being invoked in ext/soap 2024-11-08 20:47:28 +01:00
config.m4
config.w32
CREDITS
php_encoding.c Merge branch 'PHP-8.2' into PHP-8.3 2024-10-14 22:00:29 +02:00
php_encoding.h Revert "Fix bug #69280: SoapClient classmap doesn't support fully qualified class name (#14398)" 2024-08-07 10:03:12 +02:00
php_http.c Fix Soap leaking http_msg on error 2024-10-06 17:58:28 +02:00
php_http.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_packet_soap.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_packet_soap.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_schema.c Fix bug #62900: Wrong namespace on xsd import error message 2024-09-11 09:12:51 +02:00
php_schema.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_sdl.c Fix bug #73182: PHP SOAPClient does not support stream context HTTP headers in array form 2024-09-10 20:24:14 +02:00
php_sdl.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_soap.h Revert "Fix bug #69280: SoapClient classmap doesn't support fully qualified class name (#14398)" 2024-08-07 10:03:12 +02:00
php_xml.c Backport libxml2 2.13.2 fixes (#14816) 2024-07-04 15:29:50 +02:00
php_xml.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
soap.c Merge branch 'PHP-8.2' into PHP-8.3 2024-10-06 18:02:19 +02:00
soap.stub.php Declare ext/soap constants in stubs (#9124) 2022-07-25 16:40:41 +02:00
soap_arginfo.h Fix GH-9967 Add support for generating custom function, class const, and property attributes in stubs 2023-08-26 21:35:31 +02:00