Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloaded V2.3 demo will not work with PHP 5.3.8 #18

Open
GoogleCodeExporter opened this issue Mar 11, 2016 · 1 comment
Open

Downloaded V2.3 demo will not work with PHP 5.3.8 #18

GoogleCodeExporter opened this issue Mar 11, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

using 5.5.3 there isn't a problem.

Original comment by niter...@gmail.com on 14 Dec 2013 at 6:38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant