Alex-Gramm / php-wsdl-creator

Automatically exported from code.google.com/p/php-wsdl-creator
GNU General Public License v3.0
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
using 5.5.3 there isn't a problem.

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