ZF-145: Zend_Http_Client incubator version has incompatible constructor parameters

Description

I tested Zend_Http_Client incubator version working with Zend_Service_Amazon.

Zend_Service_Amazon has $_httpClient property it owns a Zend_Http_Client object. And the object is created by following code in Zend_Service_Abstract at line 69.

        self::$_httpClient = new Zend_Http_Client();

But Zend_Http_Client incubator version's cunstructor wants a required $uri parameter, and it's the cause of fatal error.

If Zend_Http_Client incubator version replaces to the current version, it will be fixed.

Comments

Please test again with revision 707 - update me with the results so I can close the bug.

Also, please update me regarding ZF-97 so I can close that one as well.

I tested with revision 707 and it works fine. Thank you.

Fixed in revision 707