|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-06-26 15:26 UTC] ab@php.net
-Status: Open
+Status: Feedback
[2015-06-26 15:26 UTC] ab@php.net
[2015-07-05 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 13:00:01 2025 UTC |
Description: ------------ Hi, I have the below posted code which works on PHP 5 but not on PHP 7. It results in an error code 500 and I can't find any issue. I went through the Upgrade.md, but I can't find anything related to SOAP. Maybe a bug or my mistake? Test script: --------------- $soapClient = new SoapClient( $this->webserviceWsdl, array('exceptions' => 1) );