mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
b7169a2248
* ext/soap: Add some SoapServer tests * ext/soap: Don't call readfile() userland function We can perform the operation directly, moreover there is no risk of a user disabling the readfile function and defining their own messing up what we are doing. * ext/soap: Actually throw a SOAP Fault if the WSDL has disappeared