Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81531 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1157 invoked from network); 1 Feb 2015 16:27:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Feb 2015 16:27:26 -0000 Authentication-Results: pb1.pair.com header.from=martin@divbyzero.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=martin@divbyzero.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain divbyzero.net from 87.230.111.149 cause and error) X-PHP-List-Original-Sender: martin@divbyzero.net X-Host-Fingerprint: 87.230.111.149 mx.bauer-kirch.biz Linux 2.6 Received: from [87.230.111.149] ([87.230.111.149:45662] helo=mx.bauer-kirch.biz) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/10-33325-BE35EC45 for ; Sun, 01 Feb 2015 11:27:25 -0500 Received: from xdsl-87-79-108-144.netcologne.de ([87.79.108.144] helo=cuda.lan.divbyzero.net) by mail.bauer-kirch.de with ESMTPSA id 1YHxMm-0005Aa-6d authenticated id <420000403> (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) for ; Sun, 01 Feb 2015 17:27:20 +0100 Message-ID: <54CE53E7.7040205@divbyzero.net> Date: Sun, 01 Feb 2015 17:27:19 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: PHP 7: Odd behavior with exp/soap From: martin@divbyzero.net (Martin Jansen) 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