Zend Framework

Incorrect number of parameters when instantiating Zend_Soap_Client_Common

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major 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.

Activity

Hide
Matthew Turland added a comment -

Confirmed in SVN rev 11074.

Show
Matthew Turland added a comment - Confirmed in SVN rev 11074.
Hide
Alexander Veremyev added a comment -

Fixed with the cs-11047

Show
Alexander Veremyev added a comment - Fixed with the cs-11047
Hide
Wil Sinclair added a comment -

Updating for the 1.6.0 release.

Show
Wil Sinclair added a comment - Updating for the 1.6.0 release.

People

Vote (1)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: