Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6.0
-
Component/s: Zend_Soap_Client
-
Labels:None
Description
Line 845 of Zend_Soap_Client instantiates Zend_Soap_Client_Common such as:
$this->_soapClient = new Zend_Soap_Client_Common($wsdl, $options);
However, the __construct for Zend_Soap_Client_Common requires three parameters, such as:
function __construct($doRequestMethod, $wsdl, $options)
docblock for the __construct method also only mentions two parameters.
Code checked out at revision 10917.
Confirmed in SVN rev 11074.