What steps will reproduce the problem?
1. Copy downloaded file to server and try to run demos
What is the expected output? What do you see instead?
Soap Version fatal error, array_merge error
What version of the product are you using? On what operating system?
V2.3 PHP 5.3.8
Please provide any additional information below.
The following changes fix the problems:
1. line 434 in class.wsdlphp.php changed to:
'soap_version' => SOAP_1_1,
2. line 166 in class.wsdlphpclient.php changed to:
public function PhpWsdlClient($wsdlUri,$options=array(),$requestHeaders=array(),$clientOptions=Array()){
3. line 173 in class.wsdlphpclient.php changed to:
'soap_version' => SOAP_1_1,
Original issue reported on code.google.com by goo...@mskiana.com on 22 Nov 2012 at 6:58
Original issue reported on code.google.com by
goo...@mskiana.com
on 22 Nov 2012 at 6:58