Send a blank email to [email protected] to get a copy of this message
Currently I'm seeing some odd behavior with PHP 7 and SoapClient
embedded deep into a Symfony2 application. That same code works with
5.x. Unfortunately I cannot yet reproduce the issue with a short script.
Basically it boils down to get_function in ext/soap/soap.c returning
NULL because zend_hash_str_find_ptr() does not find function_name in the
WSDL functions hash table. However SoapClient::__getFunctions() shows
the function just fine.
Has anyone else seen issues with SOAP and 7? Does anyone have an idea
what might be happening there?
- Martin