PHP 7: Odd behavior with exp/soap

From: Date: Sun, 01 Feb 2015 16:27:19 +0000
Subject: PHP 7: Odd behavior with exp/soap
Groups: php.internals 
Request: 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


Thread (2 messages)

« previous php.internals (#81531) next »