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
Posted by Shahar Evron (shahar) on 2006-06-25T13:14:36.000+0000
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.
Posted by Naoto Ishikawa (ishinao) on 2006-06-26T03:32:40.000+0000
I tested with revision 707 and it works fine. Thank you.
Posted by Shahar Evron (shahar) on 2006-06-26T04:12:00.000+0000
Fixed in revision 707