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 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php