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
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.
Please ignore that one; I ran into the problem with 5.x as well and it
turned out that the problem was in the application itself. Sorry for the
noise.
- Martin